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

More cleanup.

This commit is contained in:
Drew Larson 2017-01-20 21:38:02 -06:00
parent 8c56836950
commit 1d12c57ff6

View File

@ -93,8 +93,7 @@ export default class BikeModal extends React.Component {
); );
} }
return ( return (<div>
<div>
<Dialog <Dialog
title="Edit Bike" title="Edit Bike"
actions={actions} actions={actions}
@ -104,7 +103,6 @@ export default class BikeModal extends React.Component {
{form || <div>Unable to edit bike.</div>} {form || <div>Unable to edit bike.</div>}
</Dialog> </Dialog>
</div> </div>);
);
} }
} }