diff --git a/src/common/components/Sidebar/RightSidebar.tsx b/src/common/components/Sidebar/RightSidebar.tsx index 6e9971fa..53740e2b 100644 --- a/src/common/components/Sidebar/RightSidebar.tsx +++ b/src/common/components/Sidebar/RightSidebar.tsx @@ -42,7 +42,10 @@ const RightSidebar = ({ showFeeds, showSearches, showLists, showManageLists, sho const renderAuthorInfo = () => { if (!showAuthorInfo || !selectedCast) return null; - if (selectedAccount?.platformAccountId === selectedCast.author.fid.toString()) { + if ( + !selectedAccount?.platformAccountId || + selectedAccount?.platformAccountId === selectedCast.author.fid.toString() + ) { return null; } diff --git a/src/home/index.tsx b/src/home/index.tsx index 2ef770d7..47b73e6b 100644 --- a/src/home/index.tsx +++ b/src/home/index.tsx @@ -162,56 +162,56 @@ const Home = ({ children }: { children: React.ReactNode }) => { { name: 'main', items: [ - // { - // name: 'Feeds', - // router: '/feeds', - // icon: