😢
{' '}
@@ -25,13 +18,8 @@ export default function Preview({ pdfIsLoading, pdfError, pdfUrl }: IPdfProps) {
}
if (!pdfUrl) {
- return
Knopf drücken dann gibts hier was zu sehen!
+ return null
}
- const styles = {
- width: '700px',
- height: '1050px',
- }
-
- return
+ return
}
diff --git a/components/Select.tsx b/components/Select.tsx
index 48b0ea4..8b4f8db 100644
--- a/components/Select.tsx
+++ b/components/Select.tsx
@@ -14,7 +14,7 @@ export default function Select({
options: { name: string; value: string }[]
}) {
return (
-
+ <>
@@ -30,6 +30,6 @@ export default function Select({
))}
-
+ >
)
}
diff --git a/components/TextAreaInput.tsx b/components/TextAreaInput.tsx
index 448082d..ae1bd72 100644
--- a/components/TextAreaInput.tsx
+++ b/components/TextAreaInput.tsx
@@ -16,7 +16,7 @@ export default function TextAreaInput({
styles?: string
}) {
return (
-
+ <>
@@ -31,6 +31,6 @@ export default function TextAreaInput({
value={value}
>
-