We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0adbc35 commit 6e06749Copy full SHA for 6e06749
src/session/sessionReducer.js
@@ -42,8 +42,7 @@ export type PerAccountSessionState = $ReadOnly<{
42
outboxSending: boolean,
43
44
/**
45
- * Whether `ServerCompatNotice` (which we'll add soon) has been
46
- * dismissed this session.
+ * Whether `ServerCompatBanner` has been dismissed this session.
47
*
48
* We put this in the per-session state deliberately, so that users
49
* see the notice on every startup until the server is upgraded.
0 commit comments