mirror of
https://github.com/moghtech/komodo.git
synced 2026-07-16 01:59:56 -05:00
remove spinner from setup (causes flashes)
This commit is contained in:
@@ -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 (
|
||||
<Box flexDirection="column">
|
||||
<Text>
|
||||
{!finished && !error && (
|
||||
<Text color="green">
|
||||
<Spinner type="dots" />
|
||||
</Text>
|
||||
)}{" "}
|
||||
setting up{" "}
|
||||
{config.core ? (
|
||||
<Text color="cyan">monitor core</Text>
|
||||
|
||||
Reference in New Issue
Block a user