Skip to content

Commit

Permalink
Merge pull request #539 from wowsims/bugfix/fix-pcs-option
Browse files Browse the repository at this point in the history
[UI][FIX] Decode URI wowhead data
  • Loading branch information
1337LutZ authored May 27, 2024
2 parents 7485e09 + 0a63db0 commit bd334d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/core/wowhead.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ export const buildWowheadTooltipDataset = async (options: WowheadTooltipItemPara
}
}

return params.toString();
return decodeURIComponent(params.toString());
};

0 comments on commit bd334d2

Please sign in to comment.