We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a42e68 commit 2449b0cCopy full SHA for 2449b0c
src/relative-time-element.ts
@@ -178,7 +178,6 @@ export class RelativeTimeElement extends HTMLElement implements Intl.DateTimeFor
178
numeric: 'auto',
179
style: this.formatStyle,
180
})
181
-
182
const tense = this.tense
183
if (tense === 'future' && duration.sign !== 1) duration = emptyDuration
184
if (tense === 'past' && duration.sign !== -1) duration = emptyDuration
0 commit comments