Skip to content

Commit

Permalink
fix: code error in tutorial.md (#8263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannnao committed Nov 7, 2021
1 parent 35f471f commit b496664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started/tutorial.md
Expand Up @@ -771,7 +771,7 @@ function BrandLink({ brand, ...props }) {
params = new URLSearchParams(
Array.from(params).filter(
([key, value]) =>
key !== "brand" || value !== branch
key !== "brand" || value !== brand
)
);
}
Expand Down

0 comments on commit b496664

Please sign in to comment.