Skip to content

Commit 3154b31

Browse files
committed
Fix: Sales Request 오타
1 parent 1cfc91e commit 3154b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Seller/SalesRequest/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default function SellRequest() {
117117
return (
118118
<Styled.Content>
119119
<Styled.MainContent key={`${selectedStatus}-${currentPage}`}>
120-
<h1 style={{ color: "#555" }}>판매 이력</h1>
120+
<h1 style={{ color: "#555" }}>판매 요청</h1>
121121
<Styled.FilterTableHeader>
122122
<Styled.Filter>
123123
<Styled.FilterItem>

0 commit comments

Comments
 (0)