diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-10 19:43:27 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-10 19:43:27 +0000 |
| commit | af92de80f4127382e8b8dfdfbb65f7062b9e096c (patch) | |
| tree | 4c6fa22574956a28d828b0ff3e359086d4065458 /app/components/AccountInput.js | |
| parent | 41cb468e59d1b8b25d8455e2ff70a0404ea6f0e2 (diff) | |
| download | mullvadvpn-af92de80f4127382e8b8dfdfbb65f7062b9e096c.tar.xz mullvadvpn-af92de80f4127382e8b8dfdfbb65f7062b9e096c.zip | |
Fix @extends mentioning Component to point to React
Diffstat (limited to 'app/components/AccountInput.js')
| -rw-r--r-- | app/components/AccountInput.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/AccountInput.js b/app/components/AccountInput.js index 3d321a605a..7866a6c281 100644 --- a/app/components/AccountInput.js +++ b/app/components/AccountInput.js @@ -6,7 +6,7 @@ import { formatAccount } from '../lib/formatters'; * * @export * @class AccountInput - * @extends {Component} + * @extends {React.Component} */ export default class AccountInput extends Component { |
