This commit is contained in:
Alex Gleason
2021-03-25 14:52:51 -05:00
parent a5f6fa66ac
commit bbd4edf226

View File

@ -191,7 +191,7 @@ export function logOut() {
};
}
export function switchAccount(accountId,) {
export function switchAccount(accountId) {
return { type: SWITCH_ACCOUNT, accountId };
}