mirror of
https://github.com/foss42/apidash.git
synced 2025-12-11 07:41:14 +08:00
refactor: remove unnecessary state changes
This commit is contained in:
@@ -27,7 +27,6 @@ class ResponsePane extends ConsumerWidget {
|
||||
if (responseStatus == null) {
|
||||
return const NotSentWidget();
|
||||
}
|
||||
|
||||
if (responseStatus == -1) {
|
||||
return ErrorMessage(message: '$message. $kUnexpectedRaiseIssue');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user