This commit is contained in:
zeppi 2021-07-14 12:00:54 -04:00 committed by jessopb
parent 7581d914fe
commit bc4f71ed8c

View file

@ -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"