diff --git a/interface/app/$libraryId/Explorer/FilePath/Image.tsx b/interface/app/$libraryId/Explorer/FilePath/Image.tsx index cc6040a9b..5be914315 100644 --- a/interface/app/$libraryId/Explorer/FilePath/Image.tsx +++ b/interface/app/$libraryId/Explorer/FilePath/Image.tsx @@ -3,7 +3,6 @@ import { ComponentProps, forwardRef } from 'react'; import { useSize } from './utils'; export interface ImageProps extends ComponentProps<'img'> { - cover?: boolean; extension?: string; size: ReturnType; } diff --git a/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx b/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx index b0c2930f3..051c7aa36 100644 --- a/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx +++ b/interface/app/$libraryId/Explorer/FilePath/Thumb.tsx @@ -266,7 +266,6 @@ const Thumbnail = forwardRef( className, blackBarsStyle && size.width === 0 && 'invisible' ), - cover, style: { ...style, ...(blackBars ? blackBarsStyle : undefined) }, size, ref