Button animations

This commit is contained in:
mrfry 2021-05-21 09:35:03 +02:00
parent 0fcdcbc812
commit 254482e812
5 changed files with 1 additions and 17 deletions

View file

@ -78,7 +78,6 @@ function Comment({ comment, index, onComment, onDelete, onReact, uid }) {
</span>
{own && (
<span
className={styles.delete_bttn}
onClick={() => {
onDelete([index])
}}