From d4f63cab36bd98bb65153b67453ce68cee793eaf Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Sun, 20 Mar 2022 13:48:57 -0700 Subject: [PATCH] remove spinner from setup (causes flashes) --- cli/src/components/Setup.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cli/src/components/Setup.tsx b/cli/src/components/Setup.tsx index 3715d7e55..8420b7578 100644 --- a/cli/src/components/Setup.tsx +++ b/cli/src/components/Setup.tsx @@ -3,7 +3,6 @@ import { Box, Newline, Text } from "ink"; import { useConfig } from "../cli"; import deploy, { Stage, Update } from "../util/helpers/deploy"; import { Config } from "../types"; -import Spinner from "ink-spinner"; const Setup = () => { const { config } = useConfig(); @@ -35,11 +34,6 @@ const Setup = () => { return ( - {!finished && !error && ( - - - - )}{" "} setting up{" "} {config.core ? ( monitor core