mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +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,
|
currentHeight,
|
||||||
coin.requiredConfirmations,
|
coin.requiredConfirmations,
|
||||||
),
|
),
|
||||||
ref.watch(themeProvider).assets as ThemeAssets,
|
ref.watch(themeProvider).assets,
|
||||||
),
|
),
|
||||||
width: size.width,
|
width: size.width,
|
||||||
height: size.height,
|
height: size.height,
|
||||||
|
|
Loading…
Reference in a new issue