Fix battlesuits.show filter buttons
This commit is contained in:
@@ -145,7 +145,7 @@ const BattlesuitShowPage = ({
|
|||||||
<PageLink
|
<PageLink
|
||||||
href={{
|
href={{
|
||||||
pathname: '/honkai3rd/battlesuits',
|
pathname: '/honkai3rd/battlesuits',
|
||||||
query: { filter: battlesuit.valkyrie },
|
query: { valkyrie: battlesuit.valkyrie },
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<ValkyrieLabel valkyrie={battlesuit.valkyrie} />
|
<ValkyrieLabel valkyrie={battlesuit.valkyrie} />
|
||||||
@@ -155,7 +155,7 @@ const BattlesuitShowPage = ({
|
|||||||
<PageLink
|
<PageLink
|
||||||
href={{
|
href={{
|
||||||
pathname: '/honkai3rd/battlesuits',
|
pathname: '/honkai3rd/battlesuits',
|
||||||
query: { filter: battlesuit.type },
|
query: { valkyrie: battlesuit.type },
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<TypeLabel type={battlesuit.type} />
|
<TypeLabel type={battlesuit.type} />
|
||||||
@@ -168,7 +168,7 @@ const BattlesuitShowPage = ({
|
|||||||
<PageLink
|
<PageLink
|
||||||
href={{
|
href={{
|
||||||
pathname: '/honkai3rd/battlesuits',
|
pathname: '/honkai3rd/battlesuits',
|
||||||
query: { filter: feature },
|
query: { feature: feature },
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<BattlesuitFeatureLabel feature={feature} />
|
<BattlesuitFeatureLabel feature={feature} />
|
||||||
|
|||||||
Reference in New Issue
Block a user