From 1ee8e53b2badbaf5ac9fbc2dcdf37e6ef18d99d2 Mon Sep 17 00:00:00 2001 From: Sergei Garin Date: Thu, 31 Oct 2024 18:41:02 +0300 Subject: [PATCH] fix prettier --- app/gui/src/dashboard/layouts/AssetsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/gui/src/dashboard/layouts/AssetsTable.tsx b/app/gui/src/dashboard/layouts/AssetsTable.tsx index 1645969a15..6907592334 100644 --- a/app/gui/src/dashboard/layouts/AssetsTable.tsx +++ b/app/gui/src/dashboard/layouts/AssetsTable.tsx @@ -2673,7 +2673,7 @@ export default function AssetsTable(props: AssetsTableProps) { }} > - {headerRow} + {headerRow} {itemRows}