diff --git a/pkg/interface/src/views/apps/launch/app.js b/pkg/interface/src/views/apps/launch/app.js index 0d85f11f5..a0ba6285f 100644 --- a/pkg/interface/src/views/apps/launch/app.js +++ b/pkg/interface/src/views/apps/launch/app.js @@ -76,7 +76,11 @@ export default class LaunchApp extends React.Component { weather={props.weather} /> - + [0]) { } const groups = Object.values(associations?.contacts || {}) + .filter(e => e['group-path'] in props.groups) .sort(sortGroupsAlph); const acceptInvite = (invite) => {