mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 09:19:48 -04:00
Removing extraneous space
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
function updateCountdown() {
|
function updateCountdown() {
|
||||||
|
|
||||||
if (countdownContainer) {
|
if (countdownContainer) {
|
||||||
const now = new Date().getTime();
|
const now = new Date().getTime();
|
||||||
const difference = targetDate - now;
|
const difference = targetDate - now;
|
||||||
|
|
||||||
// Time calculations for days only
|
// Time calculations for days only
|
||||||
|
|||||||
Reference in New Issue
Block a user