Skip to content

Commit 228e1c5

Browse files
authored
fix(app-state): fix login_user typo
1 parent c0a3cda commit 228e1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/app/state/app.reducer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { List, Range } from 'immutable';
1010
import { AppStateRecord, appStateFactory } from 'app';
1111

1212
// Action definitions
13-
export const LOGIN_USER = 'LOlGIN_USER';
13+
export const LOGIN_USER = 'LOGIN_USER';
1414
export const LOGOUT_USER = 'LOGOUT_USER';
1515

1616
// The reducer function. Receives actions and produces new application states.

0 commit comments

Comments
 (0)