Skip to content

Commit 2a2de06

Browse files
chore: update components/data-table/cells/related-time-format.tsx
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com> Signed-off-by: Duyet Le <5009534+duyet@users.noreply.github.com>
1 parent 4d2bf27 commit 2a2de06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/data-table/cells/related-time-format.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ interface RelatedTimeFormatProps {
44
value: any
55
}
66

7-
let tz: string
7+
let tz: string = ""
88

99
export async function RelatedTimeFormat({ value }: RelatedTimeFormatProps) {
1010
let fromNow

0 commit comments

Comments
 (0)