Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Jan 11, 2024
1 parent 1774b0c commit cb219ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dapp/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function App() {

useEffect(() => {
isPolkaMaskInstalled && web3Enable('PolkaMask-dapp').then((ext: InjectedExtension[] | undefined) => {
console.log('all injected extensions:', ext);
console.log('All injected extensions:', ext);
setExtensions(ext);
});
}, [isPolkaMaskInstalled]);
Expand Down

0 comments on commit cb219ae

Please sign in to comment.