feat: enhance accessibility and testing with data-test attributes and improve error handling
This commit is contained in:
@@ -74,7 +74,7 @@ export default async function SepaBatchDetailPage({ params }: PageProps) {
|
||||
api.getBatchItems(batchId),
|
||||
]);
|
||||
|
||||
if (!batch) return <div>Einzug nicht gefunden</div>;
|
||||
if (!batch) return <AccountNotFound />;
|
||||
|
||||
const status = String(batch.status);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user