forked from mirrors/thatmattlove-hyperglass
cleanup
This commit is contained in:
parent
ed9c9e4700
commit
5fe4c6a0f0
2 changed files with 0 additions and 2 deletions
|
|
@ -73,7 +73,6 @@ const Result = React.forwardRef(
|
|||
(error && error.response?.data?.output) ||
|
||||
(error && error.message) ||
|
||||
config.messages.general;
|
||||
error && console.log("ERROR", errorMsg);
|
||||
return (
|
||||
<AccordionItem
|
||||
isDisabled={loading}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
import React from "react";
|
||||
import { Box, useColorMode } from "@chakra-ui/core";
|
||||
import useColored from "~/hooks/useColored";
|
||||
|
||||
const Table = props => <Box as="table" textAlign="left" mt={4} width="full" {...props} />;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue