mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
typo
This commit is contained in:
@@ -112,7 +112,7 @@ const Home = () => {
|
|||||||
<br />
|
<br />
|
||||||
{account?.subscriptions?.map((subscription, index) => (
|
{account?.subscriptions?.map((subscription, index) => (
|
||||||
<>
|
<>
|
||||||
<Link key={`sub-${index}`} className="boardlink" to={`/p/${subscription.subplebbitAddress}`}>
|
<Link key={`sub-${index}`} className="boardlink" to={`/p/${subscription}`}>
|
||||||
<br id="mobile-br" />
|
<br id="mobile-br" />
|
||||||
{subscription}
|
{subscription}
|
||||||
</Link>
|
</Link>
|
||||||
|
|||||||
Reference in New Issue
Block a user