We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f06e61 + 80ffa3a commit 24c63caCopy full SHA for 24c63ca
src/pages/SearchPage/index.jsx
@@ -312,6 +312,7 @@ const SearchPage = () => {
312
<main className="mt-22 ">
313
<div className="min-h-658">
314
{isLoading ? (
315
+ // <SkeletonLayout layout={layout} itemList={itemListLength} />
316
<SkeletonLayout layout={layout} itemList={itemListLength} />
317
) : (
318
<div className={layout === 'medium-layout' ? 'flex flex-wrap' : ''}>
0 commit comments