From d63bb240aa45eaef28396f609eef7cb05dc1f98e Mon Sep 17 00:00:00 2001 From: David Baker Date: Wed, 29 Jan 2020 17:52:12 +0000 Subject: [PATCH] those words again Co-Authored-By: J. Ryan Stinnett --- src/components/structures/RightPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/RightPanel.js b/src/components/structures/RightPanel.js index bf4e99ee51..45722caa98 100644 --- a/src/components/structures/RightPanel.js +++ b/src/components/structures/RightPanel.js @@ -83,7 +83,7 @@ export default class RightPanel extends React.Component { // XXX FIXME AAAAAARGH: What is going on with this class!? It takes some of its state // from its props and some from a store, except if the contents of the store changes // while it's mounted in which case it replaces all of its state with that of the store, - // expect it uses a dispatch instead of a normal store listener? + // except it uses a dispatch instead of a normal store listener? // Unfortunately rewriting this would almost certainly break showing the right panel // in some of the many cases, and I don't have time to re-architect it and test all // the flows now, so adding yet another special case so if the store thinks there is