1
0
mirror of https://github.com/fspc/workstand.git synced 2025-04-04 10:03:22 -04:00

Formatting.

This commit is contained in:
Drew Larson 2017-02-01 22:36:17 -06:00
parent 975603f5b9
commit e5dd313fbe

View File

@ -66,7 +66,11 @@ export default class BikeModal extends React.Component {
autoScrollBodyContent
>
{ this.state.bike ?
<BikeForm bike={this.state.bike} editing={this.state.editing} getBikes={this.props.getBikes} /> :
<BikeForm
bike={this.state.bike}
editing={this.state.editing}
getBikes={this.props.getBikes}
/> :
<div>Unable to edit bike.</div>
}
</Dialog>