Skip to content

Commit

Permalink
fix: fixed start node button on click function
Browse files Browse the repository at this point in the history
  • Loading branch information
IhorCryptit committed Jul 2, 2024
1 parent 4f4d0cf commit 1b18a72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
<PrimaryButton
className={`w-[643px] text-[20px] uppercase font-bold mt-2 !global-cta-clip-path text-melanzaneBlack`}
onClick={() => startRuntime}
onClick={startRuntime!}
btnText="Start Node"
colorStyle="primary"
size="md"
Expand Down

0 comments on commit 1b18a72

Please sign in to comment.