Fixed: History PropTypes warning

This commit is contained in:
Qstick
2021-06-06 22:35:15 -04:00
parent 4a851c37d5
commit 40d55b915e

View File

@@ -73,7 +73,7 @@ class HistoryOptions extends Component {
} }
HistoryOptions.propTypes = { HistoryOptions.propTypes = {
historyCleanupDays: PropTypes.bool.isRequired, historyCleanupDays: PropTypes.number.isRequired,
dispatchSaveGeneralSettings: PropTypes.func.isRequired dispatchSaveGeneralSettings: PropTypes.func.isRequired
}; };