diff --git a/src/components/views/elements/AppPermission.js b/src/components/views/elements/AppPermission.js index a101320776..d3b7af0d07 100644 --- a/src/components/views/elements/AppPermission.js +++ b/src/components/views/elements/AppPermission.js @@ -7,9 +7,7 @@ export default class AppPermission extends React.Component { super(props); const curlBase = this.getCurlBase(); - this.state = { - curlBase: curlBase, - }; + this.state = { curlBase: curlBase}; } // Return string representation of content URL without query parameters