changed text price to reward

This commit was merged in pull request #786.
This commit is contained in:
victorAnumudu
2024-09-24 15:36:38 +01:00
parent 74b395d99e
commit c51693deb5
26 changed files with 375 additions and 349 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ function JobListPopout({
const DetailsComponent = () => {
const detailsArray = [
{ label: "Description", value: details.description },
{ label: "Price", value: details.thePrice },
{ label: "Reward", value: details.thePrice },
{ label: "Timeline", value: `${details.timeline_days} day(s)` },
{ label: "Created", value: new Date(details?.created).toDateString() },
];