Commit e5e0d414 authored by Kushal Pandya's avatar Kushal Pandya

Fix bDate initialization typo

parent d77a2ab6
......@@ -428,7 +428,7 @@ export const sortEpics = (epics, sortedBy) => {
}
if (b.startDateUndefined) {
aDate = pastDate;
bDate = pastDate;
} else {
bDate = b.startDateOutOfRange ? b.originalStartDate : b.startDate;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment