mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +01:00
reformat intendation for login modal handler
This commit is contained in:
parent
35a287b8a1
commit
d514a553f2
@ -75,7 +75,6 @@ let PropertyCollapsile = React.createClass({
|
||||
onClick={this.handleFocus}
|
||||
onFocus={this.handleFocus}>
|
||||
<input
|
||||
id="checkboxCollapsible"
|
||||
type="checkbox"
|
||||
ref="checkboxCollapsible"/>
|
||||
{/* PLEASE LEAVE THE SPACE BETWEEN LABEL and this.props.label */}
|
||||
|
@ -5,7 +5,7 @@ import React from 'react';
|
||||
import Button from 'react-bootstrap/lib/Button';
|
||||
import Modal from 'react-bootstrap/lib/Modal';
|
||||
import OverlayMixin from 'react-bootstrap/lib/OverlayMixin';
|
||||
import { getLangText } from '../utils/lang_utils.js'
|
||||
import { getLangText } from '../utils/lang_utils.js';
|
||||
|
||||
let LoginModalHandler = React.createClass({
|
||||
mixins: [OverlayMixin],
|
||||
|
Loading…
Reference in New Issue
Block a user