mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
remove stale comments
This commit is contained in:
parent
24c4a3876c
commit
12bc3ea9dc
1 changed files with 0 additions and 2 deletions
|
@ -86,8 +86,6 @@ export default class ModalWidgetDialog extends React.PureComponent<IProps, IStat
|
|||
}
|
||||
|
||||
public render() {
|
||||
// TODO: Don't violate every single security principle
|
||||
// TODO: DRY - copied from SGWidget
|
||||
const templated = this.widget.getCompleteUrl({
|
||||
currentRoomId: RoomViewStore.getRoomId(),
|
||||
currentUserId: MatrixClientPeg.get().getUserId(),
|
||||
|
|
Loading…
Reference in a new issue