fix: minor linting nitpick

pull/826/head
Sophie L 2022-12-02 13:56:10 +00:00 committed by GitHub
parent 105a469dab
commit 1a977fd309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import { PermissionTooltip } from "../Tooltip";
import FilePreview from "./bars/FilePreview";
import ReplyBar from "./bars/ReplyBar";
import { DraftObject }from "../../../mobx/stores/Draft";
import { DraftObject } from "../../../mobx/stores/Draft";
type Props = {
channel: Channel;