Comply to XO's no-warning-comments rule
This commit is contained in:
parent
8f28573fc0
commit
630f0f4504
6 changed files with 5 additions and 6 deletions
|
|
@ -207,7 +207,7 @@ export function showPreferences() {
|
|||
type: UI_SHOW_PREFERENCES,
|
||||
effect() {
|
||||
dispatch(requestSession());
|
||||
// TODO: replace this hack with an async action
|
||||
// Replace this hack with an async action
|
||||
rpc.once('session add', ({uid}) => {
|
||||
rpc.once('session data', () => {
|
||||
dispatch(sendSessionData(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue