diff --git a/components/cards/index.js b/components/cards/index.js index 3430181..a1738e0 100644 --- a/components/cards/index.js +++ b/components/cards/index.js @@ -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, }, [