This commit is contained in:
Samandar Turgunboyev
2025-12-01 13:23:40 +05:00
parent 5c4e1327be
commit d4788c7cb2
15 changed files with 270 additions and 142 deletions

View File

@@ -46,8 +46,8 @@ const PharmacyList = () => {
)}
{!isLoading && !isError && data?.length === 0 && (
<div className="flex justify-center items-center py-20">
<p className="text-gray-500">Hech qanday dorixona topilmadi</p>
<div className="h-[80vh] flex justify-center items-center w-[90%] fixed">
<p>Dorixona mavjud emas</p>
</div>
)}