remove double 'discover' link showing up in mobile side nav

This commit is contained in:
Sean Yesmunt 2020-11-23 13:40:29 -05:00
parent 28e7fec338
commit d012300fe9

View file

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