File tree Expand file tree Collapse file tree 2 files changed +5
-16
lines changed
src/components/views/dialogs
test/unit-tests/components/views/dialogs Expand file tree Collapse file tree 2 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -10,12 +10,10 @@ import React from "react";
1010import Modal from "../../../Modal.tsx" ;
1111import InviteProgressBody from "./InviteProgressBody.tsx" ;
1212
13- interface Props {
14- onFinished : ( ) => void ;
15- }
13+ interface Props { }
1614
1715/** A Modal dialog that pops up while room invites are being sent. */
18- const InviteProgressDialog : React . FC < Props > = ( props ) => {
16+ const InviteProgressDialog : React . FC < Props > = ( _ ) => {
1917 return < InviteProgressBody /> ;
2018} ;
2119
Original file line number Diff line number Diff line change 11/*
2- Copyright 2025 The Matrix.org Foundation C.I.C .
2+ Copyright 2025 New Vector Ltd .
33
4- Licensed under the Apache License, Version 2.0 (the "License");
5- you may not use this file except in compliance with the License.
6- You may obtain a copy of the License at
7-
8- http://www.apache.org/licenses/LICENSE-2.0
9-
10- Unless required by applicable law or agreed to in writing, software
11- distributed under the License is distributed on an "AS IS" BASIS,
12- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13- See the License for the specific language governing permissions and
14- limitations under the License.
4+ SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only OR LicenseRef-Element-Commercial
5+ Please see LICENSE files in the repository root for full details.
156*/
167
178import React from "react" ;
You can’t perform that action at this time.
0 commit comments