summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-01-05 11:22:13 -0500
committerhmhealey <harrisonmhealey@gmail.com>2016-01-05 11:22:13 -0500
commite088a073095e1f04b15e918c4372971d958eef0d (patch)
treeca3bdca8bf718fefe3370aa94b1688b9c72767c9 /web
parent44dc4f2cac26dca6a88f1ed22b9729d640528768 (diff)
downloadchat-e088a073095e1f04b15e918c4372971d958eef0d.tar.gz
chat-e088a073095e1f04b15e918c4372971d958eef0d.tar.bz2
chat-e088a073095e1f04b15e918c4372971d958eef0d.zip
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