mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
allow the case when the referrer is null
This commit is contained in:
parent
f3792b2ed6
commit
6028167513
@ -62,6 +62,7 @@ const store = createStore({
|
||||
const existingThirdPartyIds = state.activity.thirdParties.map(
|
||||
(p) => p.id
|
||||
);
|
||||
|
||||
return [state.activity.accompanyingPeriod.requestor].filter(
|
||||
(r) =>
|
||||
(r.type === "person" &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user