Skip to content

Commit 711ba78

Browse files
t3chguyturt2live
andauthored
Update src/async-components/structures/CompatibilityView.tsx
Co-Authored-By: Travis Ralston <travpc@gmail.com>
1 parent 329d3ea commit 711ba78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/async-components/structures/CompatibilityView.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { _t } from "matrix-react-sdk/src/languageHandler";
2222
import "../../../res/css/structures/ErrorView.scss";
2323

2424
interface IProps {
25-
onAccept: () => void;
25+
onAccept(): void;
2626
}
2727

2828
const CompatibilityView: React.FC<IProps> = ({ onAccept }) => {
@@ -103,4 +103,3 @@ const CompatibilityView: React.FC<IProps> = ({ onAccept }) => {
103103
};
104104

105105
export default CompatibilityView;
106-

0 commit comments

Comments
 (0)