clean
This commit is contained in:
parent
7581d914fe
commit
bc4f71ed8c
1 changed files with 1 additions and 1 deletions
|
@ -224,10 +224,10 @@ function ClaimMenuList(props: Props) {
|
||||||
<Icon size={20} icon={ICONS.MORE_VERTICAL} />
|
<Icon size={20} icon={ICONS.MORE_VERTICAL} />
|
||||||
</MenuButton>
|
</MenuButton>
|
||||||
<MenuList className="menu__list">
|
<MenuList className="menu__list">
|
||||||
{/* WATCH LATER */}
|
|
||||||
{(!IS_WEB || (IS_WEB && isAuthenticated)) && (
|
{(!IS_WEB || (IS_WEB && isAuthenticated)) && (
|
||||||
<>
|
<>
|
||||||
<>
|
<>
|
||||||
|
{/* WATCH LATER */}
|
||||||
{isPlayable && !collectionId && (
|
{isPlayable && !collectionId && (
|
||||||
<MenuItem
|
<MenuItem
|
||||||
className="comment__menu-option"
|
className="comment__menu-option"
|
||||||
|
|
Loading…
Reference in a new issue