Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: matrix-org/matrix-react-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 95442c9b1c13a32d5a558bdbd18b8e59d245d919
Choose a base ref
..
head repository: matrix-org/matrix-react-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3a81bfeeba9530de27aa59555f18d6194eff0ed2
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/components/views/rooms/RoomHeader.tsx
2 changes: 1 addition & 1 deletion src/components/views/rooms/RoomHeader.tsx
Original file line number Diff line number Diff line change
@@ -65,9 +65,9 @@ import IconizedContextMenu, {
IconizedContextMenuRadio,
} from "../context_menus/IconizedContextMenu";
import { ViewRoomPayload } from "../../../dispatcher/payloads/ViewRoomPayload";
import RoomCallBanner from '../beacon/RoomCallBanner';
import { CallDurationFromEvent } from "../voip/CallDuration";
import { Alignment } from "../elements/Tooltip";
import RoomCallBanner from '../beacon/RoomCallBanner';

class DisabledWithReason {
constructor(public readonly reason: string) { }