Skip to content

Commit

Permalink
Fix use import in SpawnRPC.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed Feb 15, 2024
1 parent d0c20b9 commit d3ec1dd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/components/Spawn/SpawnRPC/SpawnRPC.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { NODIES_URL } from "@/constants/urls";
import {
Dispatch,
SetStateAction,
use,
useCallback,
useMemo,
useState,
Expand Down Expand Up @@ -158,7 +159,7 @@ export const SpawnRPC = ({
<Timeline items={items} />
<Button
type="default"
onClick={handleContinue}
onClick={handleContinue}
disabled={!rpc}
loading={continueIsLoading}
>
Expand Down

0 comments on commit d3ec1dd

Please sign in to comment.