mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-23 16:28:48 +01:00
Forgot linkParams here
This commit is contained in:
parent
59d4e8a8e2
commit
e8dae8f8da
1 changed files with 1 additions and 1 deletions
|
@ -380,7 +380,7 @@ function Hashtags({ media: mediaView, columnMode, ...props }) {
|
|||
// : `/t/${hashtags.join('+')}`,
|
||||
// );
|
||||
location.hash = instance
|
||||
? `/${instance}/t/${hashtags.join('+')}`
|
||||
? `/${instance}/t/${hashtags.join('+')}${linkParams}`
|
||||
: `/t/${hashtags.join('+')}${linkParams}`;
|
||||
}
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue