Skip to content

Commit cdc846e

Browse files
committed
fix: type error
1 parent 103fed4 commit cdc846e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hooks/useParticipantsPolicyTags.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ type ParticipantWithPolicyID = {
1010
policyID?: string;
1111
};
1212

13-
function getPolicyTagsSelector(participants: ParticipantWithPolicyID[]): (allTags: OnyxCollection<PolicyTagLists>) => ParticipantsPolicyTags {
13+
export function getPolicyTagsSelector(participants: ParticipantWithPolicyID[]): (allTags: OnyxCollection<PolicyTagLists>) => ParticipantsPolicyTags {
1414
return (allTags: OnyxCollection<PolicyTagLists>) => {
1515
if (!participants) {
1616
return {};

0 commit comments

Comments
 (0)