Skip to content

Commit

Permalink
chroe :conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyyChoi committed Nov 23, 2023
1 parent 19fefcc commit 2ab2b7d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/organisms/MyPage/MySideBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,13 @@ export const MySideBox = () => {
<div className="topic-wrapper">
<TopTopicBox
key={idx}
data={item}
data={{
id: item.id,
area: "영역",
subject: "환경",
category: "환경",
title: "환경",
}}
/>
<button className="subscribe-cancel">구독취소</button>
</div>
Expand Down

0 comments on commit 2ab2b7d

Please sign in to comment.