Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi committed Oct 31, 2023
1 parent 0570d0f commit 497150b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/src/components/ManageAssetPage/Sell/Sell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ const Sell = (props: Props) => {
<div className={styles.columnContent}>
{intlFormat(
order.expiresAt *
// if the expire date length is 10 then it is assumed that it is in seconds
(order.expiresAt.toString().length === 10 ? 1000 : 1)
)}
</div>
Expand Down

0 comments on commit 497150b

Please sign in to comment.