Skip to content

Commit

Permalink
Update packages/code-du-travail-frontend/src/contributions/Contributi…
Browse files Browse the repository at this point in the history
…onGeneric.tsx
  • Loading branch information
maxgfr authored Sep 4, 2023
1 parent 1252d9f commit 4a46c07
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ const ContributionGeneric = ({ answers, content, slug }) => {

const scrollToTitle = () => {
setTimeout(() => {
console.log("pl", titleRef);
titleRef &&
titleRef.current &&
titleRef.current.scrollIntoView({ behavior: "smooth" });
Expand Down

0 comments on commit 4a46c07

Please sign in to comment.