mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
change subscriptions route
This commit is contained in:
@@ -321,7 +321,7 @@ const Board = () => {
|
||||
const selected = event.target.value;
|
||||
|
||||
if (selected === 'subscriptions') {
|
||||
navigate(`/profile/p/subscriptions`);
|
||||
navigate(`/p/subscriptions`);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -363,7 +363,7 @@ const Board = () => {
|
||||
<>
|
||||
<span className="boardList">
|
||||
[
|
||||
<Link to={`/profile/p/subscriptions`}>Subscriptions</Link>
|
||||
<Link to={`/p/subscriptions`}>Subscriptions</Link>
|
||||
] [
|
||||
{defaultSubplebbits.map((subplebbit, index) => (
|
||||
<span className="boardList" key={`span-${subplebbit.address}`}>
|
||||
|
||||
Reference in New Issue
Block a user