Skip to content

Commit

Permalink
Fix initial paint
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbuedo committed Mar 7, 2024
1 parent 4ade8b1 commit dcaf6be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ type AddressInfo = {
}

export const ListMultipleAddressesScreen = () => {
const inView = React.useRef(0)
const inView = React.useRef(Number.MAX_SAFE_INTEGER)
const strings = useStrings()
const {styles} = useStyles()
const wallet = useSelectedWallet()
Expand Down

0 comments on commit dcaf6be

Please sign in to comment.