File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import Loader from './common/Loader';
15
15
import GeolocationControl from './common/GeolocationControl' ;
16
16
import { CONTROL_TYPES } from '../config/constants' ;
17
17
import Main from './common/Main' ;
18
- import { SPACE_NEARBY_SPACE_GRID_ID } from '../config/selectors' ;
18
+ import { SPACES_NEARBY_SPACE_GRID_ID } from '../config/selectors' ;
19
19
20
20
class SpacesNearby extends Component {
21
21
static propTypes = {
@@ -92,7 +92,7 @@ class SpacesNearby extends Component {
92
92
}
93
93
94
94
const geolocationContent = geolocationEnabled ? (
95
- < SpaceGrid id = { SPACE_NEARBY_SPACE_GRID_ID } spaces = { spaces } />
95
+ < SpaceGrid id = { SPACES_NEARBY_SPACE_GRID_ID } spaces = { spaces } />
96
96
) : (
97
97
< div className = "Main" >
98
98
< GeolocationControl controlType = { CONTROL_TYPES . BUTTON } />
Original file line number Diff line number Diff line change 5
5
const DRAWER_BUTTON_ID = 'drawerButton' ;
6
6
7
7
const SPACE_NEARBY_MENU_ITEM_ID = 'spacesNearbyMenuItem' ;
8
- const SPACE_NEARBY_SPACE_GRID_ID = 'spacesNearbySpaceGrid' ;
8
+ const SPACES_NEARBY_SPACE_GRID_ID = 'spacesNearbySpaceGrid' ;
9
9
const VISIT_MENU_ITEM_ID = 'visitMenuItem' ;
10
10
const VISIT_MAIN_ID = 'visit' ;
11
11
const LOAD_MENU_ITEM_ID = 'loadMenuItem' ;
@@ -46,7 +46,7 @@ const LOAD_LOAD_BUTTON_ID = 'loadLoadButton';
46
46
module . exports = {
47
47
SPACE_NEARBY_MENU_ITEM_ID ,
48
48
DRAWER_BUTTON_ID ,
49
- SPACE_NEARBY_SPACE_GRID_ID ,
49
+ SPACES_NEARBY_SPACE_GRID_ID ,
50
50
LOAD_MENU_ITEM_ID ,
51
51
LOAD_MAIN_ID ,
52
52
VISIT_BUTTON_ID ,
You can’t perform that action at this time.
0 commit comments