diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-10 18:49:16 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-10 18:49:16 +0000 |
| commit | ab936cc298a81dbf0ef13e53bd03cff7f2324d13 (patch) | |
| tree | 9aea6453b22ffa3948a16c6fb6171ecaa321ba7f /app/components | |
| parent | 767148f976f942bb68d4bc6c4d09b076aa6e39e0 (diff) | |
| download | mullvadvpn-ab936cc298a81dbf0ef13e53bd03cff7f2324d13.tar.xz mullvadvpn-ab936cc298a81dbf0ef13e53bd03cff7f2324d13.zip | |
Update documentation
Diffstat (limited to 'app/components')
| -rw-r--r-- | app/components/HeaderBar.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/HeaderBar.js b/app/components/HeaderBar.js index 899dc02cd6..f3dfa88e53 100644 --- a/app/components/HeaderBar.js +++ b/app/components/HeaderBar.js @@ -5,7 +5,7 @@ import Enum from '../lib/enum'; export default class HeaderBar extends Component { /** Bar style */ - static Style = Enum('default', 'defaultDark', 'error', 'success'); + static Style = new Enum('default', 'defaultDark', 'error', 'success'); static propTypes = { style: PropTypes.string, |
