mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
fix: info text bug
This commit is contained in:
parent
e163081b38
commit
f186f01c48
1 changed files with 2 additions and 1 deletions
|
@ -131,7 +131,8 @@ class FusionRoundCountSelectSheet extends HookWidget {
|
||||||
height: 2,
|
height: 2,
|
||||||
),
|
),
|
||||||
Text(
|
Text(
|
||||||
option.value == FusionOption.continuous
|
FusionOption.values[i] ==
|
||||||
|
FusionOption.continuous
|
||||||
? "Keep fusing until manually stopped"
|
? "Keep fusing until manually stopped"
|
||||||
: "Stop after a set number of fusions",
|
: "Stop after a set number of fusions",
|
||||||
style: STextStyles.itemSubtitle12(context)
|
style: STextStyles.itemSubtitle12(context)
|
||||||
|
|
Loading…
Reference in a new issue