Skip to content

Commit

Permalink
fix: review fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Aug 25, 2023
1 parent b89d86a commit 0e03d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/p2p/src/stores/my-ads-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export default class MyAdsStore extends BaseStore {
const { status } = get_account_status?.authentication?.identity ?? {};
this.root_store.general_store.setPoiStatus(status);
} else {
this.setErrorMessage(response?.error);
this.setErrorMessage(response.error);
}
}
this.setIsLoading(false);
Expand Down

0 comments on commit 0e03d12

Please sign in to comment.