- Added a new entry in city.json with ID 32 that represents all cities
- This entry points to the main domain nobat724.com - Fixed whitespace in doctors/index.js
This commit is contained in:
@@ -34,7 +34,7 @@ function DoctorsPage() {
|
|||||||
<SearchBar data={data} setData={setData} />
|
<SearchBar data={data} setData={setData} />
|
||||||
<SortList data={data} setData={setData} />
|
<SortList data={data} setData={setData} />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<ListDoctors loading={loading} />
|
<ListDoctors loading={loading} />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -215,5 +215,12 @@
|
|||||||
"province_id": "31",
|
"province_id": "31",
|
||||||
"name": "یزد",
|
"name": "یزد",
|
||||||
"domain": "yazd-nobat.ir"
|
"domain": "yazd-nobat.ir"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"id": "32",
|
||||||
|
"type": "2",
|
||||||
|
"province_id": "32",
|
||||||
|
"name": "All",
|
||||||
|
"domain": "nobat724.com"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user