1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00

Enfore function name capitalisation

This commit is contained in:
Jorik Schellekens
2020-04-28 14:30:56 +01:00
parent 9ca843fdcb
commit fe326b9f08
5 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ import RoomTile from "../views/rooms/RoomTile";
import LazyRenderList from "../views/elements/LazyRenderList";
import {_t} from "../../languageHandler";
import {RovingTabIndexWrapper} from "../../accessibility/RovingTabIndex";
import toRem from "../../utils/rem";
import {toRem} from "../../utils/rem";
// turn this on for drop & drag console debugging galore
const debug = false;