replace some of the status.im theme with general config options
This commit is contained in:
@@ -27,6 +27,7 @@ module.exports = React.createClass({
|
||||
},
|
||||
|
||||
render: function() {
|
||||
// FIXME: replace this with a proper Status skin
|
||||
if (UserSettingsStore.getTheme() === 'status') return <div/>;
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user