Skip to content

Commit 603ac67

Browse files
committed
Fix useDefault with truthy value.
1 parent 450e8dd commit 603ac67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/elements/timestamp/ak-timestamp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export class AKTimestamp extends AKElement {
4747
@intersectionObserver()
4848
public visible = false;
4949

50-
@property({ type: Boolean, useDefault: true })
50+
@property({ type: Boolean })
5151
public elapsed: boolean = true;
5252

5353
@property({ type: Boolean, useDefault: true })

0 commit comments

Comments
 (0)