Skip to content

Commit

Permalink
feat: 미사용 코드 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Mar 5, 2024
1 parent 36dac28 commit 8343674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/compositions/header/write-list/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const WriteList = () => {

<motion.ul initial="hidden" animate="show" variants={container}>
{!isLoading && data
? data.pages.map((page, pageNo) =>
? data.pages.map((page) =>
page.data.content.map((item, index) => (
<WriteListCard key={index + item.surveyId} item={item} />
)),
Expand Down

0 comments on commit 8343674

Please sign in to comment.