Skip to content
Snippets Groups Projects
Unverified Commit 8ca4d958 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #1716 from OpenTechFund/fix/js-lint-fixes-report-sprint

JS lint fixes for reporting sprint.
parents a8961931 59e08074
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