Inline setState.

This commit is contained in:
Richard Lewis 2017-07-28 16:36:06 +01:00
parent 50ad80ad86
commit 4308d2c635

View File

@ -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