Skip to content

Commit

Permalink
fix item filter link
Browse files Browse the repository at this point in the history
  • Loading branch information
matthias-luger committed Nov 12, 2024
1 parent da1c3f6 commit 789427c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default function FlipRestrictionListEntry(props: Props) {
content={
<a
href={`/item/${props.restriction.item.tag}${
props.restriction.itemFilter ? `${btoaUnicode(JSON.stringify(props.restriction.itemFilter))}` : ''
props.restriction.itemFilter ? `?itemFilter=${btoaUnicode(JSON.stringify(props.restriction.itemFilter))}` : ''
}`}
target="_blank"
rel="noreferrer"
Expand Down

0 comments on commit 789427c

Please sign in to comment.