Skip to content

Commit 65d07f8

Browse files
authored
Merge branch 'master' into commits
2 parents e323273 + cb4cc83 commit 65d07f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/popup.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ document.addEventListener('DOMContentLoaded', function () {
276276
], (items) => {
277277
console.log('Restoring state:', items);
278278

279-
if(items.startingDate && items.endingDate && !items.lastWeekContribution && !items.yesterdayContribution) { //Add commentMore actions
279+
if(items.startingDate && items.endingDate && !items.lastWeekContribution && !items.yesterdayContribution) {
280280
const startDateInput = document.getElementById('startingDate');
281281
const endDateInput = document.getElementById('endingDate');
282282

@@ -615,4 +615,4 @@ if (cacheInput) {
615615
});
616616
});
617617

618-
}
618+
}

0 commit comments

Comments
 (0)