mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-10-06 04:25:25 +00:00
chore: add skeletons to tables and loading.tsx files for routes and run formatting ♻️
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 12m20s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 12m20s
This commit is contained in:
@@ -20,7 +20,6 @@ export default function DevicesForPayment() {
|
||||
const [months, setMonths] = useAtom(numberOfMonths);
|
||||
const [disabled, setDisabled] = useState(false);
|
||||
|
||||
|
||||
if (pathname === "/payments") {
|
||||
return null;
|
||||
}
|
||||
@@ -48,7 +47,6 @@ export default function DevicesForPayment() {
|
||||
maxAllowed={12}
|
||||
isDisabled={devices.length === 0}
|
||||
/>
|
||||
|
||||
</div>
|
||||
<Button
|
||||
onClick={async () => {
|
||||
|
Reference in New Issue
Block a user