Skip to content

Commit

Permalink
fix: toggling hide amounts toggles geo location
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbalusu11 committed Jun 30, 2024
1 parent 3bb613b commit 7811960
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/windows/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1730,10 +1730,7 @@ ${t("experimental.tor.disabled.msg2")}`;
<Text>{t("general.hideAmountsEnabled.title")}</Text>
</Body>
<Right>
<CheckBox
checked={hideAmountsEnabled}
onPress={onToggleTransactionGeolocationEnabled}
/>
<CheckBox checked={hideAmountsEnabled} onPress={onToggleHideAmountsEnabled} />
</Right>
</ListItem>

Expand Down

0 comments on commit 7811960

Please sign in to comment.