Skip to content

Commit 9c58eec

Browse files
committed
Fix formatting
1 parent 6d3bf37 commit 9c58eec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/getting-started/tutorial.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,8 +770,7 @@ function BrandLink({ brand, ...props }) {
770770
} else {
771771
params = new URLSearchParams(
772772
Array.from(params).filter(
773-
([key, value]) =>
774-
key !== "brand" || value !== brand
773+
([key, value]) => key !== "brand" || value !== brand
775774
)
776775
);
777776
}

0 commit comments

Comments
 (0)