From 21a042aa07724aa9d2c941ac4671e7b042513f83 Mon Sep 17 00:00:00 2001
From: Jbiscode <99472056+Jbiscode@users.noreply.github.com>
Date: Tue, 25 Jun 2024 18:05:27 +0900
Subject: [PATCH] =?UTF-8?q?FIX=20:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20w-full?=
=?UTF-8?q?=EC=B6=94=EA=B0=80?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/goods.jsx | 2 +-
src/components/profile/BuyComponent.jsx | 2 +-
src/components/profile/LikeComponent.jsx | 2 +-
src/components/profile/OfferComponent.jsx | 2 +-
src/components/profile/SaleComponent.jsx | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/components/goods.jsx b/src/components/goods.jsx
index 800ef79..cb2dd14 100644
--- a/src/components/goods.jsx
+++ b/src/components/goods.jsx
@@ -5,7 +5,7 @@ import HeartFill from '@assets/images/icon/heart_fill.svg';
const Goods = ({ data, likeState, handleLikeChange, isArticleLikedByUser }) => {
return (
-
+
μΆμ² μν
{data.length > 0 ? (
diff --git a/src/components/profile/BuyComponent.jsx b/src/components/profile/BuyComponent.jsx
index 9e4f6aa..f5748e1 100644
--- a/src/components/profile/BuyComponent.jsx
+++ b/src/components/profile/BuyComponent.jsx
@@ -140,7 +140,7 @@ const BuyComponent = ({updateMyProfileInfo }) => {
mySalesDTO.map(item => (
{handleLinkClick(e,item)}}>
-
+
{
item.tradeStatus === 'SOLD_OUT' &&
diff --git a/src/components/profile/LikeComponent.jsx b/src/components/profile/LikeComponent.jsx
index 2adf7f5..bc21888 100644
--- a/src/components/profile/LikeComponent.jsx
+++ b/src/components/profile/LikeComponent.jsx
@@ -107,7 +107,7 @@ const LikeComponent = ({updateMyProfileInfo }) => {
mySalesDTO.map(item => (
-
+
{
item.tradeStatus === 'SOLD_OUT' &&
diff --git a/src/components/profile/OfferComponent.jsx b/src/components/profile/OfferComponent.jsx
index df36b5a..085ee74 100644
--- a/src/components/profile/OfferComponent.jsx
+++ b/src/components/profile/OfferComponent.jsx
@@ -118,7 +118,7 @@ const OfferComponent = ({updateMyProfileInfo }) => {
mySalesDTO.map(item => (
-
+
{
item.tradeStatus === 'SOLD_OUT' &&
diff --git a/src/components/profile/SaleComponent.jsx b/src/components/profile/SaleComponent.jsx
index 2cef458..34ae6dd 100644
--- a/src/components/profile/SaleComponent.jsx
+++ b/src/components/profile/SaleComponent.jsx
@@ -156,7 +156,7 @@ const SaleComponent = ({userId}) => {
mySalesDTO.map(item => (
-
+
{
item.tradeStatus === 'SOLD_OUT' &&