diff --git a/client/src/components/userDashboard/userBills.tsx b/client/src/components/userDashboard/userBills.tsx index 389d7f8..aad2867 100644 --- a/client/src/components/userDashboard/userBills.tsx +++ b/client/src/components/userDashboard/userBills.tsx @@ -166,7 +166,41 @@ const UserBills: React.FC = () => { ) : ( <> - الفواتير +
+ الفواتير +
+ +
+
) @@ -174,13 +208,3 @@ const UserBills: React.FC = () => { ); }; export default UserBills; - -// { -// (loading) ? : ((userBill.length > 0) ? ( -// -// ) : ) -// }