mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
add view all button in home subscriptions
This commit is contained in:
@@ -98,7 +98,7 @@ const Home = () => {
|
|||||||
<h3 style={{textDecoration: 'underline', display: 'inline'}}>
|
<h3 style={{textDecoration: 'underline', display: 'inline'}}>
|
||||||
You have subscribed to {account?.subscriptions?.length} board{account?.subscriptions?.length > 1 ? "s" : null}
|
You have subscribed to {account?.subscriptions?.length} board{account?.subscriptions?.length > 1 ? "s" : null}
|
||||||
</h3>
|
</h3>
|
||||||
{/* <Link to="/profile/p/subscriptions" id="view-all">[view all]</Link> */}
|
<Link to="/profile/p/subscriptions" id="view-all">[view all]</Link>
|
||||||
<br />
|
<br />
|
||||||
{account?.subscriptions?.map((subscription, index) => (
|
{account?.subscriptions?.map((subscription, index) => (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user