From 1aa5e6d408afe0557bd37ee02c1532f28d83795b Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 6 May 2023 16:28:23 +0200 Subject: [PATCH] add view all button in home subscriptions --- src/components/views/Home.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/Home.jsx b/src/components/views/Home.jsx index 0d1ce4c9..1cb10b23 100644 --- a/src/components/views/Home.jsx +++ b/src/components/views/Home.jsx @@ -98,7 +98,7 @@ const Home = () => {

You have subscribed to {account?.subscriptions?.length} board{account?.subscriptions?.length > 1 ? "s" : null}

  - {/* [view all] */} + [view all]
{account?.subscriptions?.map((subscription, index) => ( <>