Commit 9a303fb7 authored by Jacob Schatz's avatar Jacob Schatz

Fixes eslint bugs.

parent 0c97f357
......@@ -2,7 +2,7 @@ const DateFix = {
dashedFix(val) {
const [y, m, d] = val.split('-');
return new Date(y, m - 1, d);
}
}
},
};
export default DateFix;
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