Skip to content

Commit 24c63ca

Browse files
authored
Merge pull request #156 from HO-NNE/feature/search
fix : 파일명 수정
2 parents 4f06e61 + 80ffa3a commit 24c63ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/SearchPage/index.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,7 @@ const SearchPage = () => {
312312
<main className="mt-22 ">
313313
<div className="min-h-658">
314314
{isLoading ? (
315+
// <SkeletonLayout layout={layout} itemList={itemListLength} />
315316
<SkeletonLayout layout={layout} itemList={itemListLength} />
316317
) : (
317318
<div className={layout === 'medium-layout' ? 'flex flex-wrap' : ''}>

0 commit comments

Comments
 (0)