add new hooks, disable "view all" in home

This commit is contained in:
Tom
2023-05-04 14:50:36 +02:00
parent 0aec100ed6
commit 9a6029e976
3 changed files with 59 additions and 2 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ const Home = () => {
<h3 style={{textDecoration: 'underline', display: 'inline'}}>
You have subscribed to {account?.subscriptions?.length} board{account?.subscriptions?.length > 1 ? "s" : null}
</h3>&nbsp;
<Link to="/profile/p/subscriptions" id="view-all">[view all]</Link>
{/* <Link to="/profile/p/subscriptions" id="view-all">[view all]</Link> */}
<br />
{account?.subscriptions?.map((subscription, index) => (
<>