hide duplicate purchase page link on sidebar

This commit is contained in:
Sean Yesmunt 2020-12-15 14:54:37 -05:00
parent 0d4659472b
commit e6b502dd4a

View file

@ -104,12 +104,6 @@ function SideNavigation(props: Props) {
extra: <NotificationBubble inline />,
hideForUnauth: true,
},
{
title: IS_WEB ? 'Purchased' : 'Library',
link: `/$/${PAGES.LIBRARY}`,
icon: ICONS.PURCHASED,
hideForUnauth: true,
},
{
title: 'Upload',
link: `/$/${PAGES.UPLOAD}`,