mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Fix react warnings (#317)
This commit is contained in:
@@ -141,7 +141,7 @@ export const WallItem: FunctionComponent<IWallItemProps> = (
|
||||
ref={videoHoverHook.videoEl}
|
||||
/>
|
||||
<img
|
||||
alt="Preview"
|
||||
alt={title}
|
||||
src={previewPath || screenshotPath}
|
||||
onError={() => previewNotFound()}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user