Fix account item style
This commit is contained in:
@@ -68,7 +68,6 @@ const model: Model = {
|
||||
|
||||
*load(_, { call, put, all }) {
|
||||
yield put({ type: 'onUpdatePageState', payload: PageState.Pending });
|
||||
yield delay(800);
|
||||
|
||||
try {
|
||||
const areacodes = yield call(getAreaCodes);
|
||||
|
||||
Reference in New Issue
Block a user