Skip to content

Commit 1019203

Browse files
committed
Fix phone loader
1 parent e1b962f commit 1019203

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

web/store/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,6 @@ export const actions = {
260260
if (context.getters.getPhones.length > 0 && !force) {
261261
return
262262
}
263-
if (!context.getters.authUser) {
264-
return
265-
}
266263

267264
const response = await axios.get('/v1/phones', { params: { limit: 100 } })
268265
context.commit('setPhones', response.data.data)

0 commit comments

Comments
 (0)