Skip to content

Commit

Permalink
fix(files): add pname, odkToken, osmUser as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NSUWAL123 committed Sep 18, 2024
1 parent 5c117d6 commit 5a847d9
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 5a847d9

Please sign in to comment.