Skip to content

Commit

Permalink
fix: replace wrong text (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
2yunseong authored Jun 9, 2024
1 parent c9adfc4 commit 7838bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MyPage/MyBidAuctionListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ const MyBidAuctionListItem = ({
>
<Button onClick={onRedirectAuctionDetail}>상세 정보</Button>
<Text color={theme.colors.gray[500]}>
입찰 시각: {renderDateFormat(deadline)}
경매 마감일: {renderDateFormat(deadline)}
</Text>
</Flex>
</Box>
Expand Down

0 comments on commit 7838bd1

Please sign in to comment.