diff --git a/client/src/elm/MassiveDecks/Card/Source/ManyDecks.elm b/client/src/elm/MassiveDecks/Card/Source/ManyDecks.elm index 8b92794..08613bf 100644 --- a/client/src/elm/MassiveDecks/Card/Source/ManyDecks.elm +++ b/client/src/elm/MassiveDecks/Card/Source/ManyDecks.elm @@ -120,10 +120,10 @@ editor ref shared _ update submit noOp = instancePicker = if List.length instances > 1 then let - toItem { baseUrl, name = instanceName } = - { id = baseUrl + toItem instance = + { id = instance.baseUrl , icon = Nothing - , primary = [ Html.text instanceName ] + , primary = [ Html.text instance.name ] , secondary = Nothing , meta = Nothing }