Skip to content

Commit 3cdb1b5

Browse files
authored
Update RoomSummaryCard.tsx
1 parent f776d6d commit 3cdb1b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/right_panel/RoomSummaryCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ import { useRoomState } from "../../../hooks/useRoomState";
6868
import { Linkify, topicToHtml } from "../../../HtmlUtils";
6969
import { Box } from "../../utils/Box";
7070
import { useDispatcher } from "../../../hooks/useDispatcher";
71-
import { Action, isPayload } from "../../../dispatcher/actions";
71+
import { Action } from "../../../dispatcher/actions";
7272
import { Key } from "../../../Keyboard";
7373
import { isVideoRoom as calcIsVideoRoom } from "../../../utils/video-rooms";
7474
import { usePinnedEvents } from "../../../hooks/usePinnedEvents";

0 commit comments

Comments
 (0)