diff --git a/src/components/structures/MatrixChat.js b/src/components/structures/MatrixChat.js
index 128659266538cd30945028923feeaf196e5a2d0f..7a52132af285337b35a0bdbeb39544dcb33568a1 100644
--- a/src/components/structures/MatrixChat.js
+++ b/src/components/structures/MatrixChat.js
@@ -700,9 +700,10 @@ module.exports = React.createClass({
         // This now goes straight to user settings
         // We use _setPage since if we wait for
         // showScreen to do the dispatch loop,
-        // we'll see the page type is still unset
-        // when the MatrixClient is started and show
-        // the Room Directory instead.
+        // the showScreen dispatch will race with the
+        // sdk sync finishing and we'll probably see
+        // the page type still unset when the MatrixClient
+        // is started and show the Room Directory instead.
         //this.showScreen("view_user_settings");
         this._setPage(this.PageTypes.UserSettings);
     },