Skip to content

Commit

Permalink
Update wallet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
KOSASIH authored Aug 7, 2024
1 parent e581286 commit 5c9e671
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion projects/PiWalletBot/context/wallet.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,8 @@ const WalletProvider = ({ children }) => {
return (
<WalletContext.Provider value={{ balance, transactions, getBalance, getTransactions }}>
{children}
</WalletContext.Provider
</WalletContext.Provider>
);
};

export { WalletProvider, WalletContext };

0 comments on commit 5c9e671

Please sign in to comment.