Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 185b3eb

Browse files
author
dengjun
committed
ci:fix ui
1 parent 7c95a50 commit 185b3eb

File tree

1 file changed

+2
-1
lines changed
  • src/containers/MyGigs/JobListing/JobCard

1 file changed

+2
-1
lines changed

src/containers/MyGigs/JobListing/JobCard/index.jsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ const JobCard = ({ job }) => {
6565
job.paymentRangeTo &&
6666
job.currency && (
6767
<>
68-
{job.currency}{" "}
68+
{job.currency}
6969
{formatMoneyValue(job.paymentRangeFrom, "")}
7070
{" - "}
7171
{formatMoneyValue(job.paymentRangeTo, "")}
72+
{" (USD)"}
7273
{" / "}
7374
{job.paymentRangeRateType}
7475
</>

0 commit comments

Comments
 (0)