diff --git a/src/pages/home-page.tsx b/src/pages/home-page.tsx index 6ed7b8eea..06a9311e2 100644 --- a/src/pages/home-page.tsx +++ b/src/pages/home-page.tsx @@ -108,12 +108,12 @@ const HomePage: React.FC = ({ children }) => { {Component => } )} - {hasPatron && ( + {(hasPatron && me) && ( {Component => } )} - {hasCrypto && cryptoLimit > 0 && ( + {(hasCrypto && cryptoLimit > 0 && me) && ( {Component => }