Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Merge pull request #2468 from LedgerHQ/fix/LIVE-1991-select-fees-chec…
Browse files Browse the repository at this point in the history
…kbox-should-be-tappable

LL-1991 - Fix - Select fee strategy checkbox should be tappable
  • Loading branch information
ofreyssinet-ledger authored May 2, 2022
2 parents cd666a2 + 1f6698e commit dae80cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SelectFeesStrategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ export default function SelectFeesStrategy({
>
<View style={styles.leftBox}>
<CheckBox
onChange={() => onPressStrategySelect(item)}
style={styles.checkbox}
isChecked={feesStrategy === item.label}
/>
Expand Down

0 comments on commit dae80cb

Please sign in to comment.