Skip to content

Commit

Permalink
refactor: Bug fix in message showing
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Aug 15, 2023
1 parent 9f41af8 commit 8ba83e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/credentials/cubit/credentials_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class CredentialsState extends Equatable {
return CredentialsState(
status: status,
message: messageHandler == null
? message
? null
: StateMessage.success(messageHandler: messageHandler),
credentials: credentials ?? this.credentials,
dummyCredentials: dummyCredentials ?? this.dummyCredentials,
Expand Down

0 comments on commit 8ba83e0

Please sign in to comment.