diff --git a/packages/desktop/src/tree/protected/terminal/line/LineDetails.tsx b/packages/desktop/src/tree/protected/terminal/line/LineDetails.tsx index 148ee90..af78563 100644 --- a/packages/desktop/src/tree/protected/terminal/line/LineDetails.tsx +++ b/packages/desktop/src/tree/protected/terminal/line/LineDetails.tsx @@ -51,8 +51,6 @@ export default function LineDetails() { // don't want to see my own picture // TODO: don't show myself!? if (tunedInMemberUserId === user._id.toString()) { - pictureSources.push(); - pictureSources.push({ name: user.givenName, pictureSrc: user.picture, @@ -112,18 +110,10 @@ export default function LineDetails() { - - {selectedLine.otherUserObjects.map((otherUser) => ( + {tunedProfiles.map((otherUser) => (