diff --git a/components/buffer.js b/components/buffer.js index 7e159b3..0bb5fd5 100644 --- a/components/buffer.js +++ b/components/buffer.js @@ -43,7 +43,7 @@ function _Timestamp({ date, url, showSeconds }) { if (showSeconds) { timestamp += ":--"; } - return html`${timestamp}`; + return html`${timestamp}`; } let hh = date.getHours().toString().padStart(2, "0");