mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
Update home.tsx
This commit is contained in:
@@ -158,7 +158,7 @@ const Boards = ({ multisub, subplebbits }: { multisub: Subplebbit[]; subplebbits
|
||||
{subscriptions.length > 0
|
||||
? subscriptions.map((address: string, index: number) => (
|
||||
<div className={styles.subplebbit} key={index}>
|
||||
<Link to={`/p/${address}`}>p/{address}</Link>
|
||||
<Link to={`/p/${address}`}>{address}</Link>
|
||||
</div>
|
||||
))
|
||||
: t('not_subscribed')}
|
||||
|
||||
Reference in New Issue
Block a user