diff --git a/pkg/interface/src/views/landscape/components/GroupSummary.tsx b/pkg/interface/src/views/landscape/components/GroupSummary.tsx index 8e3d42299..e4eb205bd 100644 --- a/pkg/interface/src/views/landscape/components/GroupSummary.tsx +++ b/pkg/interface/src/views/landscape/components/GroupSummary.tsx @@ -23,7 +23,7 @@ export function GroupSummary(props: GroupSummaryProps & PropFunc): R anchorRef ); return ( - + ) : preview ? ( - - { Object.keys(preview.channels).length > 0 && ( - - - Channels - - - {Object.values(preview.channels).map(({ metadata }: any) => ( - - - {metadata.title} - - ))} - - - )} + <> + + { Object.keys(preview.channels).length > 0 && ( + + + Channels + + + {Object.values(preview.channels).map(({ metadata }: any) => ( + + + {metadata.title} + + ))} + + + )} + onConfirm(preview.group)} > Join {preview.metadata.title} - + ) : (