Skip to content

Commit

Permalink
Removed prop types
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Jun 19, 2023
1 parent 114dc86 commit 2f54708
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 239 deletions.
229 changes: 0 additions & 229 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"i18next": "^22.4.9",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-beautiful-dnd": "^13.1.1",
"react-diff-viewer": "^3.1.1",
Expand Down
9 changes: 0 additions & 9 deletions src/components/common/LinearProgressWithLabel.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react';
import PropTypes from 'prop-types';
import makeStyles from '@mui/styles/makeStyles';
import {LinearProgress, Typography, Box} from '@mui/material';

Expand All @@ -18,14 +17,6 @@ const LinearProgressWithLabel = props => {
);
}

LinearProgressWithLabel.propTypes = {
/**
* The value of the progress indicator for the determinate and buffer variants.
* Value between 0 and 100.
*/
value: PropTypes.number.isRequired,
};

const useStyles = makeStyles({
root: {
width: '100%',
Expand Down

0 comments on commit 2f54708

Please sign in to comment.