Skip to content

Commit

Permalink
♻️refactor: StockContent.jsx - 필요없는 div 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinHeeEul committed Jun 20, 2024
1 parent 40f35a6 commit 976d803
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pages/main/contents-item/StockContent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ export default function StockContent(props) {
// !! div에 key값 붙여주세요. (redux 구현 후)
<StyledContentsDiv width={props.width} height={props.height}>
<StyledContentsTitleGroup>
<div>
<StyledContentsTitle>{companyName}</StyledContentsTitle>
</div>
<StyledContentsTitle>{companyName}</StyledContentsTitle>
<StyledContentsMiniTitle signPerYesterday={signPerYesterday}>
<p>({ratePerYesterday}%)</p>
{signPerYesterday > 0 ? (
Expand Down

0 comments on commit 976d803

Please sign in to comment.