From e6b502dd4a3d30acab55a6b9a6fe003f73543930 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 15 Dec 2020 14:54:37 -0500 Subject: [PATCH] hide duplicate purchase page link on sidebar --- ui/component/sideNavigation/view.jsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index 3653b93e7..69659fca6 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -104,12 +104,6 @@ function SideNavigation(props: Props) { extra: , hideForUnauth: true, }, - { - title: IS_WEB ? 'Purchased' : 'Library', - link: `/$/${PAGES.LIBRARY}`, - icon: ICONS.PURCHASED, - hideForUnauth: true, - }, { title: 'Upload', link: `/$/${PAGES.UPLOAD}`,