summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/setting.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmoodspin@users.noreply.github.com>2016-05-10 23:47:57 +0500
committerChristopher Speller <crspeller@gmail.com>2016-05-10 14:47:57 -0400
commit338223d204c76c713acd6ae2165e5d97c71f3c18 (patch)
tree76deb625970729f2f975f953217f9313afc8642d /webapp/components/admin_console/setting.jsx
parentc8285185a91c48f9b6db866b65b293cb9eceeb65 (diff)
downloadchat-338223d204c76c713acd6ae2165e5d97c71f3c18.tar.gz
chat-338223d204c76c713acd6ae2165e5d97c71f3c18.tar.bz2
chat-338223d204c76c713acd6ae2165e5d97c71f3c18.zip
Fixing DM separator and margin on system console (#2944)
Fixing margins on system console
Diffstat (limited to 'webapp/components/admin_console/setting.jsx')
-rw-r--r--webapp/components/admin_console/setting.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/admin_console/setting.jsx b/webapp/components/admin_console/setting.jsx
index 8fc5c2ad8..7dee6c8dc 100644
--- a/webapp/components/admin_console/setting.jsx
+++ b/webapp/components/admin_console/setting.jsx
@@ -5,7 +5,7 @@ import React from 'react';
export default class Setting extends React.Component {
render() {
- let marginClass;
+ let marginClass = '';
if (this.props.margin === 'small') {
marginClass = ' form-group--small';
}