-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Issue #1229] Dynamic tag format in search results #1525
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! like the small PRs . Only have nit comments really.
nit: Add component test as a stretch? Which is basically this ticket #1471
(There's a separate ticket to work on the server component tests)
</div> | ||
</div> | ||
<li key={opportunity?.opportunity_id}> | ||
<SearchResultsListItem opportunity={opportunity} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
: "--"} | ||
</span> | ||
)} | ||
{opportunity?.opportunity_status === "posted" && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: you might try getPosted() getArchived() functions that return the JSX. And/or a javascript switch statement to clean some of this up. Just a nit though
Summary
Fixes #1229
Time to review: 5 mins
Changes proposed
Context for reviewers
--
Additional information