From 1b18a723a4c67226550834bc9c2d014a8b2b3009 Mon Sep 17 00:00:00 2001 From: IhorCryptit Date: Tue, 2 Jul 2024 19:49:57 +0300 Subject: [PATCH] fix: fixed start node button on click function --- .../src/features/home/dashboard/SentryNodeStatusCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/sentry-client-desktop/src/features/home/dashboard/SentryNodeStatusCard.tsx b/apps/sentry-client-desktop/src/features/home/dashboard/SentryNodeStatusCard.tsx index 39a0ea730..56ddcbc64 100644 --- a/apps/sentry-client-desktop/src/features/home/dashboard/SentryNodeStatusCard.tsx +++ b/apps/sentry-client-desktop/src/features/home/dashboard/SentryNodeStatusCard.tsx @@ -105,7 +105,7 @@ export function SentryNodeStatusCard() { className="absolute left-0 right-0 bottom-7 w-full h-[40px] flex justify-center items-center gap-1 px-6 pt-4 pb-7"> startRuntime} + onClick={startRuntime!} btnText="Start Node" colorStyle="primary" size="md"