You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-10 09:22:25 +03:00
Fix comment style to be less bothersome
This commit is contained in:
@@ -35,8 +35,7 @@ import { ActionPayload } from "../../../dispatcher/payloads";
|
|||||||
* This is a work in progress implementation and isn't complete or *
|
* This is a work in progress implementation and isn't complete or *
|
||||||
* even useful as a component. Please avoid using it until this *
|
* even useful as a component. Please avoid using it until this *
|
||||||
* warning disappears. *
|
* warning disappears. *
|
||||||
*******************************************************************
|
*******************************************************************/
|
||||||
*/
|
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
onKeyDown: (ev: React.KeyboardEvent) => void;
|
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 *
|
* This is a work in progress implementation and isn't complete or *
|
||||||
* even useful as a component. Please avoid using it until this *
|
* even useful as a component. Please avoid using it until this *
|
||||||
* warning disappears. *
|
* warning disappears. *
|
||||||
*******************************************************************
|
*******************************************************************/
|
||||||
*/
|
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
forRooms: boolean;
|
forRooms: boolean;
|
||||||
|
|||||||
@@ -37,8 +37,7 @@ import * as FormattingUtils from "../../../utils/FormattingUtils";
|
|||||||
* This is a work in progress implementation and isn't complete or *
|
* This is a work in progress implementation and isn't complete or *
|
||||||
* even useful as a component. Please avoid using it until this *
|
* even useful as a component. Please avoid using it until this *
|
||||||
* warning disappears. *
|
* warning disappears. *
|
||||||
*******************************************************************
|
*******************************************************************/
|
||||||
*/
|
|
||||||
|
|
||||||
interface IProps {
|
interface IProps {
|
||||||
room: Room;
|
room: Room;
|
||||||
|
|||||||
Reference in New Issue
Block a user