mirror of
https://github.com/foss42/apidash.git
synced 2025-06-30 04:46:35 +08:00
Update kSizedBoxEmpty
This commit is contained in:
@ -153,7 +153,7 @@ class EnvironmentsList extends HookConsumerWidget {
|
||||
),
|
||||
);
|
||||
}
|
||||
return const SizedBox();
|
||||
return kSizedBoxEmpty;
|
||||
}).toList(),
|
||||
),
|
||||
),
|
||||
|
@ -190,7 +190,7 @@ class _RequestListState extends ConsumerState<RequestList> {
|
||||
),
|
||||
);
|
||||
}
|
||||
return const SizedBox();
|
||||
return kSizedBoxEmpty;
|
||||
}).toList(),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user