Skip to content

Commit

Permalink
[Feat] [GGFE-199] 설명 더보기 개행 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
PHJoon committed Sep 6, 2023
1 parent d9ce845 commit 469ade1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions components/admin/store/ItemList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ function ItemList() {
) : columnName === 'content' ? (
<div>
{item.mainContent}
<br />
<span
style={{ cursor: 'pointer', color: 'grey' }}
onClick={() => openDetailModal(item)}
Expand Down
1 change: 1 addition & 0 deletions components/admin/store/itemHistory.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ function ItemHistory() {
) : columnName === 'content' ? (
<div>
{itemHistory.mainContent}
<br />
<span
style={{ cursor: 'pointer', color: 'grey' }}
onClick={() => openDetailModal(itemHistory)}
Expand Down

0 comments on commit 469ade1

Please sign in to comment.