Skip to content

Commit

Permalink
flesh out status todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ara4n committed Apr 18, 2018
1 parent df3fb83 commit e046a72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/views/login/VectorLoginFooter.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = React.createClass({

render: function() {
// 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/>;

return (
Expand Down

0 comments on commit e046a72

Please sign in to comment.