Skip to content

Commit

Permalink
fix: default msats in selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodylow committed Sep 24, 2024
1 parent 10fc093 commit 0e533ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const HeaderWithUnitSelector: React.FC = () => {
<Tabs
size='sm'
variant='soft-rounded'
defaultIndex={1}
defaultIndex={0}
onChange={(index) => {
dispatch({
type: GATEWAY_APP_ACTION_TYPE.SET_UNIT,
Expand Down

0 comments on commit 0e533ca

Please sign in to comment.