Skip to content

Commit

Permalink
Merge pull request #5382 from Agoric/dapps-notifier
Browse files Browse the repository at this point in the history
fix(wallet-ui): put back missing dapps notifier
  • Loading branch information
mergify[bot] authored May 17, 2022
2 parents b06d6eb + da282fc commit 922d4c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/wallet/ui/src/contexts/Application.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ const Provider = ({ children }) => {
['contacts', setContacts],
['payments', setPayments],
['issuers', setIssuers],
['dapps', setDapps],
]);
const setBackend = backend => {
if (!backend) {
Expand Down

0 comments on commit 922d4c0

Please sign in to comment.