feat: enhance device cart with cancel feature and improve payments table filters

This commit is contained in:
2025-06-29 19:55:00 +05:00
parent 3f92a00bfe
commit 2834f23f80
3 changed files with 28 additions and 18 deletions

View File

@ -46,7 +46,7 @@ export default function DevicesForPayment() {
};
if (disabled) {
return <FullPageLoader />
return <FullPageLoader />;
}
return (
<div className="max-w-lg mx-auto space-y-4 px-4">