Skip to content

Commit

Permalink
Fix: jobs page 404
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-sumi-k committed Dec 12, 2024
1 parent cba1aa9 commit d0246df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt-frontend/pages/jobs/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ function getJsonLdSchema() {
currency: "INR",
value: {
"@type": "QuantitativeValue",
minValue: parseInt(career?.base_salary || "10000"),
minValue: career?.base_salary || "10000",
maxValue: 50000,
unitText: "MONTH",
},
Expand Down

0 comments on commit d0246df

Please sign in to comment.