- 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} />
<SortList data={data} setData={setData} />
</div>
</div>
</div>
<ListDoctors loading={loading} />
</div>
);