forked from mystiq/hydrogen-web
Remove comment
This commit is contained in:
parent
4ae3a5bf7a
commit
4fd1918202
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ function roomsSegmentWithRoom(rooms: Segment<SegmentType, "rooms">, roomId: stri
|
|||
}
|
||||
}
|
||||
|
||||
// todo-self: verify code change here is okay
|
||||
function pushRightPanelSegment<T extends keyof SegmentType>(array: Segment<SegmentType>[], segment: T, ...value: OptionalValue<SegmentType[T]>) {
|
||||
array.push(new Segment("right-panel"));
|
||||
array.push(new Segment(segment, ...value));
|
||||
|
|
Loading…
Reference in a new issue