Artifact
// A record is a match if the match_set includes it (recognition onwards) const isMatch = (beat === 'recognition' || beat === 'locked' || beat === 'invitation') && match_set !== null && match_set.matches.some((m) => m.id === record.id);
1dcbad5a-76b6-4f8a-b8df-723b7a4490c4
// A record is a match if the match_set includes it (recognition onwards) const isMatch = (beat === 'recognition' || beat === 'locked' || beat === 'invitation') && match_set !== null && match_set.matches.some((m) => m.id === record.id);