webextension: fix type error
This commit is contained in:
parent
ba913cd2ce
commit
a0e0c5c4a6
@ -35,7 +35,6 @@ export const GetCash = tests.createExample(ReadyView, {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
goToBank: {},
|
goToBank: {},
|
||||||
sendAll: {},
|
|
||||||
goToWallet: {},
|
goToWallet: {},
|
||||||
previous: [],
|
previous: [],
|
||||||
selectCurrency: {},
|
selectCurrency: {},
|
||||||
@ -50,7 +49,6 @@ export const SendCash = tests.createExample(ReadyView, {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
goToBank: {},
|
goToBank: {},
|
||||||
sendAll: {},
|
|
||||||
goToWallet: {},
|
goToWallet: {},
|
||||||
previous: [],
|
previous: [],
|
||||||
selectCurrency: {},
|
selectCurrency: {},
|
||||||
|
Loading…
Reference in New Issue
Block a user