mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
Fix comment style to be less bothersome
This commit is contained in:
parent
38920e7f30
commit
559dd98d01
3 changed files with 3 additions and 6 deletions
|
@ -35,8 +35,7 @@ import { ActionPayload } from "../../../dispatcher/payloads";
|
|||
* This is a work in progress implementation and isn't complete or *
|
||||
* even useful as a component. Please avoid using it until this *
|
||||
* warning disappears. *
|
||||
*******************************************************************
|
||||
*/
|
||||
*******************************************************************/
|
||||
|
||||
interface IProps {
|
||||
onKeyDown: (ev: React.KeyboardEvent) => void;
|
||||
|
|
|
@ -35,8 +35,7 @@ import RoomTile2 from "./RoomTile2";
|
|||
* This is a work in progress implementation and isn't complete or *
|
||||
* even useful as a component. Please avoid using it until this *
|
||||
* warning disappears. *
|
||||
*******************************************************************
|
||||
*/
|
||||
*******************************************************************/
|
||||
|
||||
interface IProps {
|
||||
forRooms: boolean;
|
||||
|
|
|
@ -37,8 +37,7 @@ import * as FormattingUtils from "../../../utils/FormattingUtils";
|
|||
* This is a work in progress implementation and isn't complete or *
|
||||
* even useful as a component. Please avoid using it until this *
|
||||
* warning disappears. *
|
||||
*******************************************************************
|
||||
*/
|
||||
*******************************************************************/
|
||||
|
||||
interface IProps {
|
||||
room: Room;
|
||||
|
|
Loading…
Reference in a new issue