Skip to content
Snippets Groups Projects
Commit 59e08074 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

JS lint fixes for reporting sprint.

parent a8961931
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@
pluraliseTimePeriod(frequencyNumberInput.value);
}
// Set the reporting period start date
// Set the reporting period start date
function setReportPeriodStart() {
const startDate = new Date(reportData.startDate);
periodStartSlot.innerHTML = startDate.toISOString().slice(0, 10);
......
.projects-table {
.reporting {
.icon {
margin-right: 0.3rem;
margin-right: .3rem;
width: 25px;
height: 25px;
fill: $color--tomato;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment