[go: nahoru, domu]

Skip to content

Commit

Permalink
fix empty event name
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatXliner committed Feb 28, 2024
1 parent 6108db1 commit b0d6dc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/WarriorHappy/src/app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function NativeSelect(
{...props}
>
<Select.Trigger width={220} iconAfter={ChevronDown}>
<Select.Value placeholder={props.val} />
<Select.Value placeholder={"No events found"}>{props.val}</Select.Value>
</Select.Trigger>

<Adapt when="sm" platform="touch">
Expand Down

0 comments on commit b0d6dc0

Please sign in to comment.