fix: remove unnecessary comment

main
Josue 4 years ago committed by Tsu-ba-me
parent 440b5c81ef
commit 029714112b
  1. 3
      striker-ui/components/Spinner.tsx

@ -4,9 +4,6 @@ import CircularProgress from '@material-ui/core/CircularProgress';
const useStyles = makeStyles(() => ({
root: {
display: 'flex',
/* '& > * + *': {
marginLeft: theme.spacing(2),
}, */
alignItems: 'center',
justifyContent: 'center',
marginTop: '3em',

Loading…
Cancel
Save