mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(boards): use ROBOT9002 board name in directory list
The home boards list still linked ROBOT9001 after the board was renamed.
This commit is contained in:
@@ -498,9 +498,9 @@ const BoardsList = ({ multisub }: { multisub: DirectoryCommunity[] }) => {
|
|||||||
<ul>
|
<ul>
|
||||||
<BoardLink key={boardAddressesByName['Random'] ?? 'Random'} boardName='Random' address={boardAddressesByName['Random'] ?? null} {...boardLinkProps} />
|
<BoardLink key={boardAddressesByName['Random'] ?? 'Random'} boardName='Random' address={boardAddressesByName['Random'] ?? null} {...boardLinkProps} />
|
||||||
<BoardLink
|
<BoardLink
|
||||||
key={boardAddressesByName['ROBOT9001'] ?? 'ROBOT9001'}
|
key={boardAddressesByName['ROBOT9002'] ?? 'ROBOT9002'}
|
||||||
boardName='ROBOT9001'
|
boardName='ROBOT9002'
|
||||||
address={boardAddressesByName['ROBOT9001'] ?? null}
|
address={boardAddressesByName['ROBOT9002'] ?? null}
|
||||||
{...boardLinkProps}
|
{...boardLinkProps}
|
||||||
/>
|
/>
|
||||||
<BoardLink
|
<BoardLink
|
||||||
|
|||||||
Reference in New Issue
Block a user