Don't show one-item ports selection

This commit is contained in:
futpib 2019-03-03 20:36:53 +03:00
parent 5a89fdfd7c
commit 9bfdfbd20a

View File

@ -24,7 +24,7 @@ const Button = require('../button');
const Label = require('../label');
const Select = require('../select');
const SinksOrSourcesPresenter = ({ sinksOrSources, setSinkOrSourcePort }) => map(sinkOrSource => r(Label, {
const SinksOrSourcesPresenter = ({ sinksOrSources, setSinkOrSourcePort }) => map(sinkOrSource => sinkOrSource.ports.length > 1 && r(Label, {
key: sinkOrSource.index,
title: sinkOrSource.name,
}, [