We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f776d6d commit 3cdb1b5Copy full SHA for 3cdb1b5
src/components/views/right_panel/RoomSummaryCard.tsx
@@ -68,7 +68,7 @@ import { useRoomState } from "../../../hooks/useRoomState";
68
import { Linkify, topicToHtml } from "../../../HtmlUtils";
69
import { Box } from "../../utils/Box";
70
import { useDispatcher } from "../../../hooks/useDispatcher";
71
-import { Action, isPayload } from "../../../dispatcher/actions";
+import { Action } from "../../../dispatcher/actions";
72
import { Key } from "../../../Keyboard";
73
import { isVideoRoom as calcIsVideoRoom } from "../../../utils/video-rooms";
74
import { usePinnedEvents } from "../../../hooks/usePinnedEvents";
0 commit comments