1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Little bit of cleanup.

This commit is contained in:
Drew Larson 2017-01-20 21:35:43 -06:00
parent c57fd3a88d
commit 8c56836950

View File

@ -98,10 +98,10 @@ export default class BikeModal extends React.Component {
<Dialog
title="Edit Bike"
actions={actions}
modal={true}
modal
open={this.state.open}
>
{(form) ? form : <div>Unable to edit bike.</div>}
{form || <div>Unable to edit bike.</div>}
</Dialog>
</div>