Skip to content

Commit c48ccfd

Browse files
committed
Fix formatting in vendor-picker
1 parent f9c0a7f commit c48ccfd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/vendor-picker.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,10 @@ export function VendorPicker() {
348348
</label>
349349
</div>
350350

351-
{europe.length === 0 && northAmerica.length === 0 && australia.length === 0 && southAmerica.length === 0 ? (
351+
{europe.length === 0 &&
352+
northAmerica.length === 0 &&
353+
australia.length === 0 &&
354+
southAmerica.length === 0 ? (
352355
<p className="my-4 text-fd-muted-foreground">No vendors match your current filters.</p>
353356
) : (
354357
<>

0 commit comments

Comments
 (0)