diff --git a/src/app/@preview.audio.tsx b/src/app/@preview.audio.tsx
index 5fdc2f3..eaf7e51 100644
--- a/src/app/@preview.audio.tsx
+++ b/src/app/@preview.audio.tsx
@@ -65,20 +65,24 @@ export default function PreviewAudio({ file }: Props) {
{error}
) : (
- {
- console.error(e);
- setError("Could not preview this audio, try downloading the file");
- }}
- />
+
+
{
+ console.error(e);
+ setError(
+ "Could not preview this audio, try downloading the file",
+ );
+ }}
+ />
+
)}
);