Fixed roadmap salary - endpoint typos

This commit is contained in:
Josh 2025-07-17 19:36:14 +00:00
parent c2cc63e2f7
commit 119576eaac
2 changed files with 1 additions and 1 deletions

View File

@ -895,7 +895,7 @@ useEffect(() => {
(async () => { (async () => {
try { try {
const qs = new URLSearchParams({ socCode: strippedSocCode, area: userArea }); const qs = new URLSearchParams({ socCode: strippedSocCode, area: userArea });
const res = await fetch('api/salary?${qs}', { signal: ctrl.signal }); const res = await fetch(`api/salary?${qs}`, { signal: ctrl.signal });
if (res.ok) { if (res.ok) {
setSalaryData(await res.json()); setSalaryData(await res.json());

Binary file not shown.