enhance: hide broken image placeholder for user avatar (https://github.com/cloudreve/Cloudreve/issues/2396)

This commit is contained in:
Aaron Liu 2025-05-23 15:32:25 +08:00
parent c1cd62fdee
commit 8e169aff08

View File

@ -118,6 +118,7 @@ const UserAvatar = memo(
slotProps={{
img: {
loading: "lazy",
alt: "",
},
}}
{...rest}