diff --git a/frontend/src/contexts/AppContext.ts b/frontend/src/contexts/AppContext.ts index 8ff4cf6a..0a14402a 100644 --- a/frontend/src/contexts/AppContext.ts +++ b/frontend/src/contexts/AppContext.ts @@ -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: () => {},