webextension: fix type error

This commit is contained in:
Florian Dold 2023-06-21 09:43:45 +02:00
parent ba913cd2ce
commit a0e0c5c4a6
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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: {},