fix
This commit is contained in:
parent
412962204c
commit
c9cdfa0f17
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function CommentMenu({
|
||||||
{isResolved ? t("Re-open comment") : t("Resolve comment")}
|
{isResolved ? t("Re-open comment") : t("Resolve comment")}
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
) : (
|
) : (
|
||||||
<Tooltip label={upgradeLabel} position="left" withPortal={false}>
|
<Tooltip label={upgradeLabel} position="left" withinPortal={false}>
|
||||||
<Menu.Item disabled leftSection={<IconCircleCheck size={14} />}>
|
<Menu.Item disabled leftSection={<IconCircleCheck size={14} />}>
|
||||||
{t("Resolve comment")}
|
{t("Resolve comment")}
|
||||||
</Menu.Item>
|
</Menu.Item>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue