mirror of
https://github.com/fspc/workstand.git
synced 2025-04-04 10:03:22 -04:00
Little bit of cleanup.
This commit is contained in:
parent
c57fd3a88d
commit
8c56836950
@ -98,10 +98,10 @@ export default class BikeModal extends React.Component {
|
|||||||
<Dialog
|
<Dialog
|
||||||
title="Edit Bike"
|
title="Edit Bike"
|
||||||
actions={actions}
|
actions={actions}
|
||||||
modal={true}
|
modal
|
||||||
open={this.state.open}
|
open={this.state.open}
|
||||||
>
|
>
|
||||||
{(form) ? form : <div>Unable to edit bike.</div>}
|
{form || <div>Unable to edit bike.</div>}
|
||||||
|
|
||||||
</Dialog>
|
</Dialog>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user