Typofix
This commit is contained in:
parent
a5f6fa66ac
commit
bbd4edf226
|
@ -191,7 +191,7 @@ export function logOut() {
|
|||
};
|
||||
}
|
||||
|
||||
export function switchAccount(accountId,) {
|
||||
export function switchAccount(accountId) {
|
||||
return { type: SWITCH_ACCOUNT, accountId };
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue