There was an error while loading. Please reload this page.
1 parent 103fed4 commit cdc846eCopy full SHA for cdc846e
1 file changed
src/hooks/useParticipantsPolicyTags.ts
@@ -10,7 +10,7 @@ type ParticipantWithPolicyID = {
10
policyID?: string;
11
};
12
13
-function getPolicyTagsSelector(participants: ParticipantWithPolicyID[]): (allTags: OnyxCollection<PolicyTagLists>) => ParticipantsPolicyTags {
+export function getPolicyTagsSelector(participants: ParticipantWithPolicyID[]): (allTags: OnyxCollection<PolicyTagLists>) => ParticipantsPolicyTags {
14
return (allTags: OnyxCollection<PolicyTagLists>) => {
15
if (!participants) {
16
return {};
0 commit comments