Add a key
parent
b7aa8203b6
commit
32642d592c
|
@ -206,6 +206,7 @@ export default class RoomList2 extends React.Component<IProps, IState> {
|
|||
avatar={avatar}
|
||||
notificationState={StaticNotificationState.forSymbol("!", NotificationColor.Red)}
|
||||
onClick={openGroup}
|
||||
key={`temporaryGroupTile_${g.groupId}`}
|
||||
/>
|
||||
);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue