Skip to content

Commit 26cdbc7

Browse files
committed
remove skeleton placeholder from images
1 parent 2de743d commit 26cdbc7

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

client/src/views/Collection.jsx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,6 @@ function Collection({ isSelfProfile }) {
128128
className="group relative"
129129
>
130130
<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-
/>
137131
<>
138132
{isAuthenticated && isSelfProfile && (
139133
<div className="opacity-0 transition-opacity group-hover:opacity-100">

0 commit comments

Comments
 (0)