Skip to content

Commit

Permalink
Merge pull request #156 from HO-NNE/feature/search
Browse files Browse the repository at this point in the history
fix : 파일명 수정
  • Loading branch information
jaeyo03 authored Feb 7, 2025
2 parents 4f06e61 + 80ffa3a commit 24c63ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/SearchPage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ const SearchPage = () => {
<main className="mt-22 ">
<div className="min-h-658">
{isLoading ? (
// <SkeletonLayout layout={layout} itemList={itemListLength} />
<SkeletonLayout layout={layout} itemList={itemListLength} />
) : (
<div className={layout === 'medium-layout' ? 'flex flex-wrap' : ''}>
Expand Down

0 comments on commit 24c63ca

Please sign in to comment.