Skip to content

Commit

Permalink
🔨 Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
timmo001 committed Jul 23, 2019
1 parent 34ca5c5 commit b93b2c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Components/Configuration/EditCard/EditCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const useStyles = makeStyles((theme: Theme) => ({
}));

interface EditCardProps extends BaseProps {
fullScreen?: boolean;
handleClose: () => void;
handleUpdate: (data: any) => void;
}
Expand Down Expand Up @@ -131,7 +130,6 @@ function EditCard(props: EditCardProps) {
}

EditCard.propTypes = {
fullScreen: PropTypes.bool.isRequired,
handleClose: PropTypes.func.isRequired,
handleUpdate: PropTypes.func.isRequired
};
Expand Down

0 comments on commit b93b2c3

Please sign in to comment.