Skip to content

Commit

Permalink
Addressing lint message
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Ross committed Aug 22, 2024
1 parent 03ddfae commit a214a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/tool-detail/ToolDetail.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const ToolsDetailPage = () => {
}

})();
}, []);
}, [params.id]);

return (
<>
Expand Down

0 comments on commit a214a6c

Please sign in to comment.