1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00
This commit is contained in:
Swapnil Raj
2020-07-18 16:41:57 +05:30
parent 1d3635e1c8
commit 2c8b5b49ed
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ interface IProps {
name: string;
// Button title
title: string;
};
}
export default class HeaderButton extends React.Component<IProps> {
constructor(props: IProps) {