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}`,