Skip to content

Commit e046a72

Browse files
committed
flesh out status todo comment
1 parent df3fb83 commit e046a72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/login/VectorLoginFooter.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ module.exports = React.createClass({
2828

2929
render: function() {
3030
// FIXME: replace this with a proper Status skin
31+
// ...except then we wouldn't be able to switch to the Status theme at runtime.
3132
if (SettingsStore.getValue("theme") === 'status') return <div/>;
3233

3334
return (

0 commit comments

Comments
 (0)