Fixed review concerns

pull/21833/head
Travis Ralston 2021-03-05 16:29:14 -07:00
parent 08072aca9a
commit 757597e55f
2 changed files with 4 additions and 5 deletions

View File

@ -17,7 +17,6 @@ limitations under the License.
progress.mx_ProgressBar {
height: 6px;
width: 60px;
border-radius: 6px;
overflow: hidden;
appearance: none;
border: none;

View File

@ -15,11 +15,11 @@ limitations under the License.
*/
import React from 'react';
import { Room } from "matrix-js-sdk/src/models/room";
import ContentMessages from '../../ContentMessages';
import dis from "../../dispatcher/dispatcher";
import filesize from "filesize";
import { _t } from '../../languageHandler';
import {Room} from "matrix-js-sdk/src/models/room";
import { ActionPayload } from "../../dispatcher/payloads";
import { Action } from "../../dispatcher/actions";
import ProgressBar from "../views/elements/ProgressBar";