From ea9f3d7c27d46e2a106d3fcfd969eebd25b2bdde Mon Sep 17 00:00:00 2001 From: dextmorgn Date: Mon, 17 Nov 2025 23:03:22 +0100 Subject: [PATCH] feat(app): format code --- flowsint-app/src/components/graphs/toolbar.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flowsint-app/src/components/graphs/toolbar.tsx b/flowsint-app/src/components/graphs/toolbar.tsx index 2f8864ba..56d74508 100644 --- a/flowsint-app/src/components/graphs/toolbar.tsx +++ b/flowsint-app/src/components/graphs/toolbar.tsx @@ -301,9 +301,9 @@ export const Toolbar = memo(function Toolbar({ isLoading }: { isLoading: boolean - + - < div className="flex items-center gap-2" > +
{view === 'graph' && ( <> @@ -323,7 +323,7 @@ export const Toolbar = memo(function Toolbar({ isLoading }: { isLoading: boolean )} -
- + + ) }) \ No newline at end of file