Skip to content

Commit

Permalink
refactor: solve creativetimofficial#2 from pro version
Browse files Browse the repository at this point in the history
  • Loading branch information
einazare committed Jan 29, 2021
1 parent 0b5c28f commit 4ad9851
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/Snackbar/Snackbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ import Close from "@material-ui/icons/Close";
// core components
import styles from "assets/jss/nextjs-material-dashboard/components/snackbarContentStyle.js";

const useStyles = makeStyles(styles);

export default function Snackbar(props) {
const useStyles = makeStyles(styles);
const classes = useStyles();
const { message, color, close, icon, place, open, rtlActive } = props;
var action = [];
Expand Down

0 comments on commit 4ad9851

Please sign in to comment.