Skip to content

Commit

Permalink
fix(ZNTA-2313) rename constant on RejectionsForm
Browse files Browse the repository at this point in the history
  • Loading branch information
kgough committed Feb 22, 2018
1 parent 5710f43 commit f3b0199
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -122,7 +122,7 @@ class RejectionsForm extends Component {
</Button>
</OverlayTrigger>
) : DO_NOT_RENDER
const editableToggle = isAdminMode ? (
const commentToggle = isAdminMode ? (
<FormGroup id='toggleComment' controlId='formInlineEditable'>
<ControlLabel>Comment required</ControlLabel><br />
<Toggle icons={false} onChange={this.onEditableChange}
Expand Down Expand Up @@ -163,7 +163,7 @@ class RejectionsForm extends Component {
disabled={priorityDisabled}
/>
</FormGroup>
{editableToggle}
{commentToggle}
{formBtn}
</Form>
)
Expand Down

0 comments on commit f3b0199

Please sign in to comment.