Skip to content

Commit 6e06749

Browse files
committed
sessionReducer [nfc]: Fix an outdated comment
1 parent 0adbc35 commit 6e06749

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/session/sessionReducer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,7 @@ export type PerAccountSessionState = $ReadOnly<{
4242
outboxSending: boolean,
4343

4444
/**
45-
* Whether `ServerCompatNotice` (which we'll add soon) has been
46-
* dismissed this session.
45+
* Whether `ServerCompatBanner` has been dismissed this session.
4746
*
4847
* We put this in the per-session state deliberately, so that users
4948
* see the notice on every startup until the server is upgraded.

0 commit comments

Comments
 (0)