diff --git a/src/components/CopyToClipboard.jsx b/src/components/CopyToClipboard.jsx
index f0bcdd6a..5ee6286f 100644
--- a/src/components/CopyToClipboard.jsx
+++ b/src/components/CopyToClipboard.jsx
@@ -64,13 +64,13 @@ export default class extends React.PureComponent {
if (this.state.copied) {
return (
-
+
✔
)
}
- return
+ return
}
clipboardValue = value => {
diff --git a/src/components/ObjectKeyModal/ObjectKeyModal.jsx b/src/components/ObjectKeyModal/ObjectKeyModal.jsx
index a6f887a8..9504dfb3 100644
--- a/src/components/ObjectKeyModal/ObjectKeyModal.jsx
+++ b/src/components/ObjectKeyModal/ObjectKeyModal.jsx
@@ -58,7 +58,7 @@ export default class extends React.PureComponent {
? (
this.submit()}
/>
)
@@ -67,7 +67,7 @@ export default class extends React.PureComponent {
{
dispatcher.dispatch({
rjvId,
diff --git a/src/components/ToggleIcons.jsx b/src/components/ToggleIcons.jsx
index c1ec7369..026b414e 100644
--- a/src/components/ToggleIcons.jsx
+++ b/src/components/ToggleIcons.jsx
@@ -17,21 +17,21 @@ export function ExpandedIcon (props) {
return (
)
case 'square':
return (
)
default:
return (
)
}
@@ -44,21 +44,21 @@ export function CollapsedIcon (props) {
return (
)
case 'square':
return (
)
default:
return (
)
}
diff --git a/src/components/VariableEditor.jsx b/src/components/VariableEditor.jsx
index 829f5278..281fb95a 100644
--- a/src/components/VariableEditor.jsx
+++ b/src/components/VariableEditor.jsx
@@ -162,7 +162,7 @@ class VariableEditor extends React.PureComponent {
}}
>
{
this.prepopInput(variable)
@@ -199,7 +199,7 @@ class VariableEditor extends React.PureComponent {
}}
>
{
dispatcher.dispatch({
@@ -264,7 +264,7 @@ class VariableEditor extends React.PureComponent {
type='text'
inputRef={input => input && input.focus()}
value={editValue}
- class='variable-editor'
+ className='variable-editor'
onChange={event => {
const value = event.target.value
const detected = parseInput(value)
@@ -300,14 +300,14 @@ class VariableEditor extends React.PureComponent {
/>
{
this.setState({ editMode: false, editValue: '' })
}}
/>
{
this.submitEdit()
@@ -352,7 +352,7 @@ class VariableEditor extends React.PureComponent {
{detected}
{
const request = {
@@ -82,7 +82,7 @@ export default class extends React.PureComponent {
}}
>
{
dispatcher.dispatch({