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 c60f546 commit fe08afa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/admin/upgrade-to-pro.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ const styles = {
},
};

const useStyles = makeStyles(styles);

function UpgradeToPro() {
const useStyles = makeStyles(styles);
const classes = useStyles();
return (
<GridContainer justify="center">
Expand Down

0 comments on commit fe08afa

Please sign in to comment.