mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Merge pull request #1810 from hmhealey/plt644
PLT-644 Updated about dialog
This commit is contained in:
@@ -37,10 +37,6 @@ export default class AboutBuildModal extends React.Component {
|
||||
<div className='col-sm-3 info__label'>{'Build Hash:'}</div>
|
||||
<div className='col-sm-9'>{config.BuildHash}</div>
|
||||
</div>
|
||||
<div className='row'>
|
||||
<div className='col-sm-3 info__label'>{'Enterprise Ready:'}</div>
|
||||
<div className='col-sm-9'>{config.BuildEnterpriseReady}</div>
|
||||
</div>
|
||||
</Modal.Body>
|
||||
<Modal.Footer>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user