mirror of
https://github.com/fspc/workstand.git
synced 2025-03-12 01:23:23 -04:00
More cleanup.
This commit is contained in:
parent
8c56836950
commit
1d12c57ff6
@ -93,18 +93,16 @@ export default class BikeModal extends React.Component {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (<div>
|
||||||
<div>
|
<Dialog
|
||||||
<Dialog
|
title="Edit Bike"
|
||||||
title="Edit Bike"
|
actions={actions}
|
||||||
actions={actions}
|
modal
|
||||||
modal
|
open={this.state.open}
|
||||||
open={this.state.open}
|
>
|
||||||
>
|
{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