Fix parsing errors
This commit is contained in:
parent
2be40ad08a
commit
b501665971
5 changed files with 6 additions and 6 deletions
|
@ -32,7 +32,7 @@ import {mediaFromMxc} from "../../../customisations/Media";
|
|||
// XXX this class copies a lot from RoomTile.js
|
||||
@replaceableComponent("views.groups.GroupInviteTile")
|
||||
export default class GroupInviteTile extends React.Component {
|
||||
static propTypes: {
|
||||
static propTypes = {
|
||||
group: PropTypes.object.isRequired,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue