Update SearchDropdown.tsx

This commit is contained in:
Nate Kelley 2025-02-24 20:37:43 -07:00
parent 308a09b44e
commit 9c326b6c48
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
1 changed files with 2 additions and 0 deletions

View File

@ -78,3 +78,5 @@ const ArrowRightIcon = React.memo(() => {
</div>
);
});
ArrowRightIcon.displayName = 'ArrowRightIcon';