Skip to content

Commit

Permalink
fix: types
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod committed Aug 30, 2024
1 parent 781b120 commit 4287b5d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const PictureMasonryImpl = ({

const LoadingSkeletonItem = ({ itemStyle }: { itemStyle: CSSProperties }) => (
<div style={itemStyle}>
<EntryItemSkeleton single view={FeedViewType.Pictures} />
<EntryItemSkeleton count={1} view={FeedViewType.Pictures} />
</div>
)

Expand Down

0 comments on commit 4287b5d

Please sign in to comment.