Unimportant comments have been removed
This commit is contained in:
parent
f39f7ab4cd
commit
e8f8777fa8
@ -20,10 +20,8 @@ export default function ContextMenuAction({
|
|||||||
<a
|
<a
|
||||||
href="#"
|
href="#"
|
||||||
onClick={(e) => action(e)}
|
onClick={(e) => action(e)}
|
||||||
// disabled={disabled}
|
|
||||||
className={classNames([
|
className={classNames([
|
||||||
"group flex px-2 rounded items-center text-base hover:bg-gray-100",
|
"group flex px-2 rounded items-center text-base hover:bg-gray-100",
|
||||||
// { "opacity-50": disabled, "cursor-default": !disabled },
|
|
||||||
className,
|
className,
|
||||||
])}
|
])}
|
||||||
>
|
>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user