Skip to content

Commit

Permalink
merge fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sorokin0andrey committed Oct 5, 2023
1 parent f3a2e26 commit b9b1899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mobile/src/store/main/sagas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ export function* initHandler(isTestnet: boolean, canRetry = false) {
!getFlag('address_style_nobounce'),
);
useSwapStore.getState().actions.fetchAssets();
useExpiringDomains.getState().actions.load(addr);
} else {
yield put(walletActions.endLoading());
}
Expand Down

0 comments on commit b9b1899

Please sign in to comment.