Skip to content

Commit

Permalink
Add setAcknowledgeWarning to initialAppContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Reckless-Satoshi committed Jan 11, 2024
1 parent 3b7f54c commit b18dcec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/contexts/AppContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ export const initialAppContext: UseAppStoreType = {
origin: getOrigin(),
hostUrl: getHostUrl(),
clientVersion: getClientVersion(),
setAcknowledgedWarning: () => {},
acknowledgedWarning: false,
fav: { type: null, currency: 0, mode: 'fiat' },
setFav: () => {},
Expand Down

0 comments on commit b18dcec

Please sign in to comment.