Skip to content

Commit

Permalink
fix: lint format fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
juanky201271 committed Jul 23, 2024
1 parent 53673d3 commit 9781f4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion components/Send/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,11 @@ const Send: React.FunctionComponent<SendProps> = ({
{!updatingToField ? (
<RNPickerSelect
fixAndroidTouchableBug={true}
value={pickerTempSelectedAddress && Platform.OS === GlobalConst.platformOSios ? pickerTempSelectedAddress : ta.to}
value={
pickerTempSelectedAddress && Platform.OS === GlobalConst.platformOSios
? pickerTempSelectedAddress
: ta.to
}
items={itemsPicker}
placeholder={{
label: translate('addressbook.select-placeholder') as string,
Expand Down

0 comments on commit 9781f4c

Please sign in to comment.