diff --git a/src/app/HomePage.js b/src/app/HomePage.js
index 79627eac..eb0f2fe2 100644
--- a/src/app/HomePage.js
+++ b/src/app/HomePage.js
@@ -1,15 +1,7 @@
import React from "react";
import { css } from "emotion";
import gql from "graphql-tag";
-import {
- Box,
- Button,
- Flex,
- Input,
- Tooltip,
- useTheme,
- useToast,
-} from "@chakra-ui/core";
+import { Box, Button, Flex, Input, useTheme, useToast } from "@chakra-ui/core";
import { Helmet } from "react-helmet";
import { useHistory } from "react-router-dom";
import { useLazyQuery } from "@apollo/react-hooks";
@@ -92,18 +84,9 @@ function StartOutfitForm() {
}}
/>
- instance. Instead, we set the max delay ><
- showDelay={isValid ? 2147483647 : 0}
- >
-
-
+
);