Skip to content

Commit

Permalink
fix toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-babylonlabs committed Feb 20, 2025
1 parent 5b143e3 commit 74f24e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Wallet/Connect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const Connect: React.FC<ConnectProps> = ({
</Text>
<div className="flex flex-col items-center justify-center">
<Toggle
defaultValue={ordinalsExcluded}
defaultValue={!ordinalsExcluded}
onChange={(value) =>
value ? includeOrdinals() : excludeOrdinals()
}
Expand Down

0 comments on commit 74f24e4

Please sign in to comment.