mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-26 04:02:47 +00:00
enhance: hide broken image placeholder for user avatar (https://github.com/cloudreve/Cloudreve/issues/2396)
This commit is contained in:
parent
c1cd62fdee
commit
8e169aff08
|
|
@ -118,6 +118,7 @@ const UserAvatar = memo(
|
|||
slotProps={{
|
||||
img: {
|
||||
loading: "lazy",
|
||||
alt: "",
|
||||
},
|
||||
}}
|
||||
{...rest}
|
||||
|
|
|
|||
Loading…
Reference in New Issue