Skip to content

Commit a0d4260

Browse files
committed
style: format code with prettier
1 parent 9583b7c commit a0d4260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/explorer/src/components/SearchBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default function SearchBar({ placeholder, onChange, className, queryParam
2424
onChange(value)
2525
const url = new URL(window.location.href)
2626
url.search = ""
27-
if(value.startsWith("0x")) {
27+
if (value.startsWith("0x")) {
2828
url.searchParams.set("admin", value)
2929
} else {
3030
url.searchParams.set("groupid", value)

0 commit comments

Comments
 (0)