Added config for extension, updated a lot of things to use config. Updated icons.
This commit is contained in:
@@ -62,7 +62,7 @@ class MainList extends React.Component {
|
||||
</div>
|
||||
);
|
||||
}
|
||||
else
|
||||
else if(this.props.loggingEnabled === false && this.props.loggedIn === true)
|
||||
{
|
||||
return (
|
||||
<div className="panel panel-default">
|
||||
|
||||
Reference in New Issue
Block a user