mirror of
https://github.com/fspc/workstand.git
synced 2025-04-04 10:03:22 -04:00
Formatting.
This commit is contained in:
parent
975603f5b9
commit
e5dd313fbe
@ -66,7 +66,11 @@ export default class BikeModal extends React.Component {
|
|||||||
autoScrollBodyContent
|
autoScrollBodyContent
|
||||||
>
|
>
|
||||||
{ this.state.bike ?
|
{ 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>
|
<div>Unable to edit bike.</div>
|
||||||
}
|
}
|
||||||
</Dialog>
|
</Dialog>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user