diff --git a/src/app/ui/search/searched-global-files-list.tsx b/src/app/ui/search/searched-global-files-list.tsx index 170c51a..194c71f 100644 --- a/src/app/ui/search/searched-global-files-list.tsx +++ b/src/app/ui/search/searched-global-files-list.tsx @@ -21,9 +21,11 @@ export function SearchedGlobalFilesList({ list }: { list: SearchItem[] }) { {item?.pageTitle}
-
- {item?.height}x{item?.width} -
+ {item?.height & item?.width && ( +
+ {item?.height}x{item?.width} +
+ )}
{item?.host}