human linter and copyright fixer
This commit is contained in:
parent
e1e0278190
commit
cb8e62c0b2
10 changed files with 14 additions and 18 deletions
|
@ -1,5 +1,6 @@
|
|||
/*
|
||||
Copyright 2019-2021 New Vector Ltd
|
||||
Copyright 2021 The Matrix.org Foundation C.I.C.
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
@ -40,6 +41,7 @@ interface IState {
|
|||
@replaceableComponent("views.settings.ProfileSettings")
|
||||
export default class ProfileSettings extends React.Component<{}, IState> {
|
||||
private avatarUpload: React.RefObject<HTMLInputElement> = createRef();
|
||||
|
||||
constructor(props: {}) {
|
||||
super(props);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue