We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a04e240 commit ed3c8e3Copy full SHA for ed3c8e3
src/components/shared/comments/DisplayComments.tsx
@@ -46,7 +46,7 @@ export default function DisplayComments(props: DisplayCommentsProps) {
46
</a>
47
48
<Menu as="div" className="absolute right-0 inline-block flex-shrink-0 text-left">
49
- <Menu.Button className="group relative inline-flex h-8 w-8 items-center justify-center rounded-full">
+ <Menu.Button className="group relative inline-flex h-8 w-8 items-center justify-center rounded-full disabled:cursor-not-allowed disabled:opacity-50" disabled={comment.created_by != user.id}>
50
<span className="flex h-full w-full items-center justify-center rounded-full">
51
<IconDotsVertical
52
size={24}
0 commit comments