mirror of https://github.com/vector-im/riot-web
flesh out status todo comment
parent
df3fb83da3
commit
e046a72750
|
@ -28,6 +28,7 @@ module.exports = React.createClass({
|
||||||
|
|
||||||
render: function() {
|
render: function() {
|
||||||
// FIXME: replace this with a proper Status skin
|
// FIXME: replace this with a proper Status skin
|
||||||
|
// ...except then we wouldn't be able to switch to the Status theme at runtime.
|
||||||
if (SettingsStore.getValue("theme") === 'status') return <div/>;
|
if (SettingsStore.getValue("theme") === 'status') return <div/>;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue