We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c0a7f commit c48ccfdCopy full SHA for c48ccfd
1 file changed
src/components/vendor-picker.tsx
@@ -348,7 +348,10 @@ export function VendorPicker() {
348
</label>
349
</div>
350
351
- {europe.length === 0 && northAmerica.length === 0 && australia.length === 0 && southAmerica.length === 0 ? (
+ {europe.length === 0 &&
352
+ northAmerica.length === 0 &&
353
+ australia.length === 0 &&
354
+ southAmerica.length === 0 ? (
355
<p className="my-4 text-fd-muted-foreground">No vendors match your current filters.</p>
356
) : (
357
<>
0 commit comments