Skip to content
Snippets Groups Projects
Commit d930b355 authored by Jessie Keck's avatar Jessie Keck
Browse files

Remove unnecessary eslint-disable

parent d6b0d677
Branches
Tags
No related merge requests found
......@@ -54,7 +54,7 @@ class App extends Component {
App.propTypes = {
theme: PropTypes.object.isRequired, // eslint-disable-line react/forbid-prop-types
translations: PropTypes.object.isRequired, // eslint-disable-line react/forbid-prop-types
isFullscreenEnabled: PropTypes.bool, // eslint-disable-line react/forbid-prop-types
isFullscreenEnabled: PropTypes.bool,
classes: PropTypes.object.isRequired, // eslint-disable-line react/forbid-prop-types,
setWorkspaceFullscreen: PropTypes.func.isRequired,
isWorkspaceAddVisible: PropTypes.bool,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment