- 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:
2025-04-25 17:47:52 +03:30
parent 574f7bf005
commit 46385d2d58
2 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -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>
); );
+7
View File
@@ -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"
} }
] ]