Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bordalix committed Dec 20, 2023
1 parent c9024ae commit 15f171e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/extension/wallet/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ const Home: React.FC = () => {
});
};

const handleReceive = () => {
history.push(RECEIVE_SELECT_ASSET_ROUTE);
};
const handleReceive = () => history.push(RECEIVE_SELECT_ASSET_ROUTE);

const handleSend = () => history.push(SEND_SELECT_ASSET_ROUTE);

// update everytime the user comes back to home
// this also works when user re-opens the wallet
useEffect(() => {
(async () => {
const updater = new UpdaterService(
Expand Down

0 comments on commit 15f171e

Please sign in to comment.