fixed issue/bug: #10
This commit is contained in:
@@ -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}
|
||||||
|
Reference in New Issue
Block a user