Fix comment style to be less bothersome

pull/21833/head
Travis Ralston 2020-05-21 11:53:16 -06:00
parent 38920e7f30
commit 559dd98d01
3 changed files with 3 additions and 6 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;