bug fixed

This commit is contained in:
nutchayut
2025-01-07 22:38:57 +07:00
parent 5bcc7d636e
commit 97ec586a44
38 changed files with 142 additions and 131 deletions

View File

@@ -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()
],