Skip to content

Commit f9f861a

Browse files
committed
fix: lint.
1 parent e767f6c commit f9f861a

File tree

1 file changed

+1
-1
lines changed
  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]

1 file changed

+1
-1
lines changed

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/table.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
{@const formatted = formatColumn(document[id])}
258258
{@const isDatetimeAttribute = attr.type === 'datetime'}
259259
{@const isEncryptedAttribute = isString(attr) && attr.encrypt}
260-
{#if isDatetimeAttribute}
260+
{#if isDatetimeAttribute}
261261
<DualTimeView time={datetime}>
262262
<span slot="title">Timestamp</span>
263263
{toLocaleDateTime(datetime, true)}

0 commit comments

Comments
 (0)