Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
EricDevito committed Feb 4, 2024
1 parent d727b01 commit fa6ded8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,7 @@ const BidHistoryModalRow: React.FC<BidHistoryModalRowProps> = props => {
)}
<br />
<div className={classes.bidComment}>
{/* {bid.comment ? <TruncatedComment comment={bid.comment} /> : null} */}
<TruncatedComment comment={"lorem ipsum dolor et"} />
{bid.comment ? <TruncatedComment comment={bid.comment} /> : null}
</div>
</span>
</div>
Expand Down

0 comments on commit fa6ded8

Please sign in to comment.