Skip to content

Commit

Permalink
Merge branch 'develop' into feature/wallet-settings-revamp
Browse files Browse the repository at this point in the history
  • Loading branch information
banklesss authored Sep 11, 2023
2 parents 09319bc + 853ff64 commit 6ade6e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const SelectPoolFromList = ({data = []}: Props) => {
return (
<View style={styles.container}>
{data.map((pool) => (
<View key={pool.provider}>
<View key={pool.poolId}>
<Spacer height={16} />

<View style={[styles.shadowProp]}>
Expand Down

0 comments on commit 6ade6e5

Please sign in to comment.