diff --git a/packages/p2p/src/stores/my-ads-store.js b/packages/p2p/src/stores/my-ads-store.js index 8d926ea21b77..c9c1bc72b639 100644 --- a/packages/p2p/src/stores/my-ads-store.js +++ b/packages/p2p/src/stores/my-ads-store.js @@ -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);