TEMPORARY FIX TO TEST BUILD
This commit is contained in:
@@ -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 ? (
|
||||
|
||||
Reference in New Issue
Block a user