aKshayKadam03 / clockify-clone

Time tracker app that lets a user schedule work, track time, visualize and get insights.
5 stars 2 forks source link

there's a bug in timetracker.js #5

Open yoshinodev opened 2 years ago

yoshinodev commented 2 years ago

In line 45 where it says "Minutes", it's actually counting for both seconds and minutes. So if I pressed start, spent for example 4 seconds, when I save, it apears that I created a project with 4 minutes of duration. I suggest you make a different statement for secons and minutes

aKshayKadam03 commented 2 years ago

Could you please raise a PR with the fix?