bug fixed
This commit is contained in:
@@ -128,7 +128,7 @@ class _TopUpMenuPageState extends State<TopUpMenuPage> {
|
||||
thickness: 1,
|
||||
height: 1,
|
||||
),
|
||||
_is_history ? TopUpHistory() : TopUpListMenu(),
|
||||
_is_history ? Expanded(child: TopUpHistory()) : TopUpListMenu(),
|
||||
Expanded(child: Container()),
|
||||
HomeBottomMenuWidget()
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user