mirror of
https://github.com/RoboSats/robosats.git
synced 2025-01-31 10:31:35 +00:00
Add setAcknowledgeWarning to initialAppContext
This commit is contained in:
parent
3b7f54c334
commit
b18dcecddb
@ -140,6 +140,7 @@ export const initialAppContext: UseAppStoreType = {
|
|||||||
origin: getOrigin(),
|
origin: getOrigin(),
|
||||||
hostUrl: getHostUrl(),
|
hostUrl: getHostUrl(),
|
||||||
clientVersion: getClientVersion(),
|
clientVersion: getClientVersion(),
|
||||||
|
setAcknowledgedWarning: () => {},
|
||||||
acknowledgedWarning: false,
|
acknowledgedWarning: false,
|
||||||
fav: { type: null, currency: 0, mode: 'fiat' },
|
fav: { type: null, currency: 0, mode: 'fiat' },
|
||||||
setFav: () => {},
|
setFav: () => {},
|
||||||
|
Loading…
Reference in New Issue
Block a user