Skip to content

Commit

Permalink
duplicate declarations removed
Browse files Browse the repository at this point in the history
  • Loading branch information
cakesoft-shashank committed Dec 12, 2022
1 parent 4d5ca12 commit a0c20e0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/screens/Vault/VaultTransactions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@ function VaultTransactions({ route }) {
dispatch(refreshWallets([vault], { hardRefresh: true }));
};

const pullDownRefresh = () => {
setPullRefresh(true);
refreshVault();
setPullRefresh(false);
};

const refreshVault = () => {
dispatch(refreshWallets([vault], { hardRefresh: true }));
};

return (
<Box style={styles.Container}>
<StatusBarComponent padding={50} />
Expand Down

0 comments on commit a0c20e0

Please sign in to comment.