mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49:22 +00:00
remove unnecessary cast
This commit is contained in:
parent
5edb8c68f0
commit
a73f5a1b3d
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class TxIcon extends ConsumerWidget {
|
|||
currentHeight,
|
||||
coin.requiredConfirmations,
|
||||
),
|
||||
ref.watch(themeProvider).assets as ThemeAssets,
|
||||
ref.watch(themeProvider).assets,
|
||||
),
|
||||
width: size.width,
|
||||
height: size.height,
|
||||
|
|
Loading…
Reference in a new issue