Add spaces around union pipe
This commit is contained in:
parent
f1d6d32f92
commit
6734254630
|
@ -314,7 +314,7 @@ const undislikeFail = (status: StatusEntity, error: unknown) => ({
|
||||||
skipLoading: true,
|
skipLoading: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
const zap = (account: AccountEntity, status: StatusEntity|undefined, amount: number, comment: string) => (dispatch: AppDispatch, getState: () => RootState) => {
|
const zap = (account: AccountEntity, status: StatusEntity | undefined, amount: number, comment: string) => (dispatch: AppDispatch, getState: () => RootState) => {
|
||||||
if (!isLoggedIn(getState)) return;
|
if (!isLoggedIn(getState)) return;
|
||||||
|
|
||||||
if (status) dispatch(zapRequest(status));
|
if (status) dispatch(zapRequest(status));
|
||||||
|
|
Loading…
Reference in New Issue