Skip to content

Commit

Permalink
fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
vgimonnet-wt committed Feb 19, 2024
1 parent dd56562 commit dea64af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/create/DiaporamaPlayer/DiaporamaPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ export const DiaporamaPlayer = ({
newTitle = { ...newTitle, duration: newTitle.duration + delta };
}
const newPlans = plans.map((plan, index) => (index === plans.length - 1 ? { ...plan, duration: (plan.duration || 0) + delta } : plan));
console.log(delta, newPlans);
const newQuestion = {
...questions[0],
plans: newPlans,
Expand Down

0 comments on commit dea64af

Please sign in to comment.