Skip to content

Commit

Permalink
fix(files): add pname, odkToken, osmUser as dependency (#1796)
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 authored Sep 19, 2024
1 parent 5c117d6 commit 09acd76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/src/api/Files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const GetProjectQrCode = (
};

return cleanUp;
}, []);
}, [projectName, odkToken, osmUser]);
return { qrcode };
};

Expand Down

0 comments on commit 09acd76

Please sign in to comment.