Skip to content

Commit

Permalink
Enable testnet filter by default
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding committed Feb 4, 2024
1 parent 5c0a105 commit dfefc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/SearchContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const SearchProvider = ({ children }) => {

const [query, setQuery] = useState("");
const [showTestnets, setShowTestnets] = useState(
defaults?.showTestnets ?? false
defaults?.showTestnets ?? true
);
const [showDeprecated, setShowDeprecated] = useState(
defaults?.showDeprecated ?? false
Expand Down

0 comments on commit dfefc5d

Please sign in to comment.