mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +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(
|
const existingThirdPartyIds = state.activity.thirdParties.map(
|
||||||
(p) => p.id
|
(p) => p.id
|
||||||
);
|
);
|
||||||
|
|
||||||
return [state.activity.accompanyingPeriod.requestor].filter(
|
return [state.activity.accompanyingPeriod.requestor].filter(
|
||||||
(r) =>
|
(r) =>
|
||||||
(r.type === "person" &&
|
(r.type === "person" &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user