feat: Sight Page update
This commit is contained in:
@ -17,6 +17,8 @@ class CityStore {
|
||||
}
|
||||
|
||||
getCities = async () => {
|
||||
if (this.cities.length !== 0) return;
|
||||
|
||||
const response = await authInstance.get("/city");
|
||||
runInAction(() => {
|
||||
this.cities = response.data;
|
||||
|
Reference in New Issue
Block a user