From bcad722bcbf0974223743635ce3473214a8bec4c Mon Sep 17 00:00:00 2001 From: "plebeius.eth" Date: Mon, 6 May 2024 16:56:22 +0200 Subject: [PATCH] Update home.tsx --- src/views/home/home.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/home/home.tsx b/src/views/home/home.tsx index 94073550..0262c3d0 100644 --- a/src/views/home/home.tsx +++ b/src/views/home/home.tsx @@ -158,7 +158,7 @@ const Boards = ({ multisub, subplebbits }: { multisub: Subplebbit[]; subplebbits {subscriptions.length > 0 ? subscriptions.map((address: string, index: number) => (
- p/{address} + {address}
)) : t('not_subscribed')}