diff options
Diffstat (limited to 'app/components/SelectLocation.js')
| -rw-r--r-- | app/components/SelectLocation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SelectLocation.js b/app/components/SelectLocation.js index a495af7260..eb4191518e 100644 --- a/app/components/SelectLocation.js +++ b/app/components/SelectLocation.js @@ -67,7 +67,7 @@ export default class SelectLocation extends Component { render() { return ( <Layout> - <Header hidden={ true } style={ Header.Style.defaultDark } /> + <Header hidden={ true } style={ 'defaultDark' } /> <Container> <div className="select-location"> <button className="select-location__close" onClick={ this.props.onClose } /> |
