summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-01-05 11:41:23 -0500
committerChristopher Speller <crspeller@gmail.com>2016-01-05 11:41:23 -0500
commitee79095fa4d84be3391c16df9a226069598fc0c2 (patch)
tree82802a1c0f5fd43edd89d7d7b696841415ce4bb0 /web
parenta35de266df1eb130572834ad31e3b8822284048c (diff)
parente088a073095e1f04b15e918c4372971d958eef0d (diff)
downloadchat-ee79095fa4d84be3391c16df9a226069598fc0c2.tar.gz
chat-ee79095fa4d84be3391c16df9a226069598fc0c2.tar.bz2
chat-ee79095fa4d84be3391c16df9a226069598fc0c2.zip
Merge pull request #1810 from hmhealey/plt644
PLT-644 Updated about dialog
Diffstat (limited to 'web')
-rw-r--r--web/react/components/about_build_modal.jsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/react/components/about_build_modal.jsx b/web/react/components/about_build_modal.jsx
index f71e1c9ab..3143bec22 100644
--- a/web/react/components/about_build_modal.jsx
+++ b/web/react/components/about_build_modal.jsx
@@ -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