Skip to content

Commit

Permalink
Reverte passing value for RadioButtons inside AddPlaidBankAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Feb 27, 2024
1 parent ebe03bf commit 87f2848
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/AddPlaidBankAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,6 @@ function AddPlaidBankAccount({
defaultCheckedValue={defaultSelectedPlaidAccountID}
onPress={handleSelectingPlaidAccount}
radioButtonStyle={[styles.mb6]}
value={selectedPlaidAccountID}
/>
<FormHelpMessage message={errorText} />
</FullPageOfflineBlockingView>
Expand Down

0 comments on commit 87f2848

Please sign in to comment.