Skip to content

Commit

Permalink
fix: update ethnicities dropdown ⛳️ (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
gxsoto authored Dec 11, 2024
1 parent 1db00d8 commit e44f59e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export function EthnicityMultiCombobox({
</MultiComboboxDisplay>

{!!countries.length && (
<ComboboxPopover>
<ComboboxPopover side="top">
<ul>
{countries.map((country) => {
const label = `${country.flagEmoji} ${country.demonym}`;
Expand Down

0 comments on commit e44f59e

Please sign in to comment.