bug fixed
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user