bug fixed

This commit is contained in:
nutchayut
2025-01-07 15:02:31 +07:00
parent f16e5f491a
commit 4f344e5e00
2634 changed files with 46314 additions and 9884 deletions

View File

@@ -16,6 +16,7 @@ import '../Home/home_bottom_menu_widget.dart';
import '../api/api.dart';
import '../utils/color_custom.dart';
import '../utils/utils.dart';
import 'GetPaidHistory.dart';
class GetPaidPage extends StatefulWidget {
const GetPaidPage({Key? key}) : super(key: key);
@@ -160,7 +161,7 @@ class _GetPaidPageState extends State<GetPaidPage> {
height: 1,
),
_is_history
? Expanded(child: TransferHistory())
? Expanded(child: GetPaidHistory())
: Column(
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [