Export to CSV has mis-alligned dates.

Issue #8 resolved
Zachary Griggs created an issue

1) View sprint

2) Export to CSV

3) It should have many blank entries for the date, offsetting it by many spaces

The issue is this line: if (task.date !== null)

It checks for null instead of undefined.

Comments (1)

  1. Log in to comment