mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 00:33:15 +00:00
Add setAcknowledgeWarning to initialAppContext
This commit is contained in:
@ -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: () => {},
|
||||
|
Reference in New Issue
Block a user