diff --git a/src/features/file-listing/FileRow.tsx b/src/features/file-listing/FileRow.tsx
index b949e4e..6680b07 100644
--- a/src/features/file-listing/FileRow.tsx
+++ b/src/features/file-listing/FileRow.tsx
@@ -18,6 +18,7 @@ import {
import { DecryptedAudioFile, deleteFile, ProcessState } from './fileListingSlice';
import { useCallback, useRef } from 'react';
import { useAppDispatch } from '~/hooks';
+import coverSvgUrl from '~/assets/no-cover.svg';
interface FileRowProps {
id: string;
@@ -83,14 +84,12 @@ export function FileRow({ id, file }: FileRowProps) {
>
- {metadata && (
-
- )}
+