TEMPORARY FIX TO TEST BUILD
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Failing after 1m15s

This commit is contained in:
2025-04-10 23:18:19 +05:00
parent e8296ae3f6
commit b932fcf03c
49 changed files with 8314 additions and 8858 deletions

View File

@ -93,7 +93,7 @@ export async function PaymentsTable({
return <pre>{JSON.stringify(error, null, 2)}</pre>;
}
}
const { data, meta, links } = payments;
const { data, meta } = payments;
return (
<div>
{data?.length === 0 ? (