Skip to content

Commit b0762be

Browse files
committed
OpenConceptLab/ocl_issues#2003 | eslint | removed unused prop
1 parent 637ebc7 commit b0762be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/RetireConfirmDialog.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Button from './Button';
66
import Dialog from './Dialog'
77
import DialogTitle from './DialogTitle'
88

9-
const RetireConfirmDialog = ({ onSubmit, onClose, retired, open, title, message }) => {
9+
const RetireConfirmDialog = ({ onSubmit, onClose, open, title }) => {
1010
const { t } = useTranslation()
1111
const [value, setValue] = React.useState('')
1212
const [error, setError] = React.useState('')

0 commit comments

Comments
 (0)