mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-01 15:23:58 +00:00
feat: enhance device cart with cancel feature and improve payments table filters
This commit is contained in:
@ -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">
|
||||
|
Reference in New Issue
Block a user