Skip to content

Commit 193a1ab

Browse files
committed
fix: removed redundant code
1 parent fcefc52 commit 193a1ab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

platforms/pictique/src/lib/fragments/Post/Post.svelte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,6 @@
112112
></Avatar>
113113
<h2>{username}</h2>
114114
</div>
115-
<!-- <button
116-
onclick={callback.menu}
117-
class="cursor-pointer rounded-full p-2 hover:bg-gray-100"
118-
>
119-
<HugeiconsIcon icon={MoreVerticalIcon} size={24} color="var(--color-black-500)" />
120-
</button> -->
121115
<ActionMenu {options}/>
122116
</div>
123117
{/if}

0 commit comments

Comments
 (0)