mirror of
https://github.com/fspc/workstand.git
synced 2026-09-16 08:31:38 -04:00
More cleanup.
This commit is contained in:
@@ -93,18 +93,16 @@ export default class BikeModal extends React.Component {
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<div>
|
||||
<Dialog
|
||||
title="Edit Bike"
|
||||
actions={actions}
|
||||
modal
|
||||
open={this.state.open}
|
||||
>
|
||||
{form || <div>Unable to edit bike.</div>}
|
||||
return (<div>
|
||||
<Dialog
|
||||
title="Edit Bike"
|
||||
actions={actions}
|
||||
modal
|
||||
open={this.state.open}
|
||||
>
|
||||
{form || <div>Unable to edit bike.</div>}
|
||||
|
||||
</Dialog>
|
||||
</div>
|
||||
);
|
||||
</Dialog>
|
||||
</div>);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user