Skip to content

Commit

Permalink
chore: remove redundant filter
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen committed Sep 10, 2024
1 parent e81a01a commit f5537da
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const LinkToExistingPlain = ({
validationText={saveAttempted && errorMessages.linkedEventId}
>
{linkableEvents
.filter(event => event.isLinkable)
.map(event => (
<SingleSelectOption
key={event.id}
Expand Down

0 comments on commit f5537da

Please sign in to comment.