We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2de743d commit 26cdbc7Copy full SHA for 26cdbc7
1 file changed
client/src/views/Collection.jsx
@@ -128,12 +128,6 @@ function Collection({ isSelfProfile }) {
128
className="group relative"
129
>
130
<div className="relative h-full w-full cursor-pointer overflow-hidden rounded-lg">
131
- <Skeleton
132
- className={clsx('absolute top-0 left-0 z-20 h-full w-full rounded-lg', {
133
- hidden:
134
- loadedImages.indexOf(image.src) !== -1 || loadedImages.indexOf(image.lowqSrc) !== -1,
135
- })}
136
- />
137
<>
138
{isAuthenticated && isSelfProfile && (
139
<div className="opacity-0 transition-opacity group-hover:opacity-100">
0 commit comments