Skip to content

Commit b496664

Browse files
authored
fix: code error in tutorial.md (#8263)
1 parent 35f471f commit b496664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ function BrandLink({ brand, ...props }) {
771771
params = new URLSearchParams(
772772
Array.from(params).filter(
773773
([key, value]) =>
774-
key !== "brand" || value !== branch
774+
key !== "brand" || value !== brand
775775
)
776776
);
777777
}

0 commit comments

Comments
 (0)