hide duplicate purchase page link on sidebar
This commit is contained in:
parent
0d4659472b
commit
e6b502dd4a
1 changed files with 0 additions and 6 deletions
|
@ -104,12 +104,6 @@ function SideNavigation(props: Props) {
|
||||||
extra: <NotificationBubble inline />,
|
extra: <NotificationBubble inline />,
|
||||||
hideForUnauth: true,
|
hideForUnauth: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
title: IS_WEB ? 'Purchased' : 'Library',
|
|
||||||
link: `/$/${PAGES.LIBRARY}`,
|
|
||||||
icon: ICONS.PURCHASED,
|
|
||||||
hideForUnauth: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
title: 'Upload',
|
title: 'Upload',
|
||||||
link: `/$/${PAGES.UPLOAD}`,
|
link: `/$/${PAGES.UPLOAD}`,
|
||||||
|
|
Loading…
Reference in a new issue