Add a key
This commit is contained in:
parent
b7aa8203b6
commit
32642d592c
1 changed files with 1 additions and 0 deletions
|
@ -206,6 +206,7 @@ export default class RoomList2 extends React.Component<IProps, IState> {
|
||||||
avatar={avatar}
|
avatar={avatar}
|
||||||
notificationState={StaticNotificationState.forSymbol("!", NotificationColor.Red)}
|
notificationState={StaticNotificationState.forSymbol("!", NotificationColor.Red)}
|
||||||
onClick={openGroup}
|
onClick={openGroup}
|
||||||
|
key={`temporaryGroupTile_${g.groupId}`}
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue