chore: upgrade prettier/eslint + autofix (#20785)

This commit is contained in:
Kevin Grüneberg
2024-01-30 10:54:02 +08:00
committed by GitHub
parent cad02fc3d4
commit f7e60bf324
148 changed files with 1511 additions and 866 deletions

View File

@@ -64,8 +64,8 @@ export function ComboBox<Opt extends ComboBoxOption>({
{isLoading
? 'Loading...'
: options.length === 0
? `No ${name} found`
: selectedOptionDisplayName ?? `Select a ${name}...`}
? `No ${name} found`
: selectedOptionDisplayName ?? `Select a ${name}...`}
<ChevronsUpDown className="ml-2 h-4 w-4 shrink-0 opacity-50" />
</Button>
</PopoverTrigger>