fixed issue/bug: #10

This commit is contained in:
2025-09-03 13:12:46 +02:00
parent c47c311ecd
commit 16e1dca43c

View File

@@ -78,10 +78,6 @@ const LoanTable: React.FC = () => {
return ( return (
<> <>
<Heading marginBottom={4} size="md">
Ausleihen
</Heading>
{/* Action toolbar */} {/* Action toolbar */}
<HStack <HStack
mb={4} mb={4}
@@ -107,6 +103,10 @@ const LoanTable: React.FC = () => {
</HStack> </HStack>
{/* End action toolbar */} {/* End action toolbar */}
<Heading marginBottom={4} size="md">
Ausleihen
</Heading>
{isError && ( {isError && (
<MyAlert <MyAlert
status={errorStatus} status={errorStatus}