Skip to content

Commit b3b1806

Browse files
committed
lint.
1 parent e17ae66 commit b3b1806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
tables: []
4242
});
4343
44-
const sortedTables = $derived.by(
45-
() => tables?.tables?.slice().sort((a, b) => a.name.localeCompare(b.name))
44+
const sortedTables = $derived.by(() =>
45+
tables?.tables?.slice().sort((a, b) => a.name.localeCompare(b.name))
4646
);
4747
4848
const selectedTable = $derived.by(() =>

0 commit comments

Comments
 (0)