diff --git a/src/components/Admin/AddRobotCard.jsx b/src/components/Admin/AddRobotCard.jsx index acfd5b5..350251b 100644 --- a/src/components/Admin/AddRobotCard.jsx +++ b/src/components/Admin/AddRobotCard.jsx @@ -143,8 +143,8 @@ function AddRobotCard(props) { return ( shouldShowProgress ? - - + + diff --git a/src/components/Admin/Cards/CardContainer.jsx b/src/components/Admin/Cards/CardContainer.jsx index 49c3a57..e6dbf65 100644 --- a/src/components/Admin/Cards/CardContainer.jsx +++ b/src/components/Admin/Cards/CardContainer.jsx @@ -20,12 +20,12 @@ const useStyles = makeStyles(them=>({ function CardContainer(props) { const classes = useStyles() return ( - + diff --git a/src/components/Admin/Edit/EditRobotCard.jsx b/src/components/Admin/Edit/EditRobotCard.jsx index 63a0d9f..8adf9df 100644 --- a/src/components/Admin/Edit/EditRobotCard.jsx +++ b/src/components/Admin/Edit/EditRobotCard.jsx @@ -11,6 +11,7 @@ import ChooseImageToolTip from './ChooseImageToolTip' import CardContainer from '../Cards/CardContainer' import PreviewImage from '../Cards/PreviewImage' import EditButtonSet from './EditButtonSet' +import RobotCardContainer from '../../Robots/RobotCardContainer' const useStyles = makeStyles(them=>({ robotCard: { diff --git a/src/components/Admin/ProgressSpinner.jsx b/src/components/Admin/ProgressSpinner.jsx index 63d05ee..06567fc 100644 --- a/src/components/Admin/ProgressSpinner.jsx +++ b/src/components/Admin/ProgressSpinner.jsx @@ -5,8 +5,8 @@ import CircularProgress from '@material-ui/core/CircularProgress' function ProgressSpinner(props) { return ( - - + + diff --git a/src/components/Robots/RobotCard.jsx b/src/components/Robots/RobotCard.jsx index 936daaf..f917b72 100644 --- a/src/components/Robots/RobotCard.jsx +++ b/src/components/Robots/RobotCard.jsx @@ -17,7 +17,7 @@ const useStyles = makeStyles(them=>({ function RobotCard(props) { const classes = useStyles() return ( - +