Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open-web
Commits
b90dfd28
Commit
b90dfd28
authored
Dec 17, 2017
by
Mattias J Duffy
Browse files
deleting testing artifacts
parent
78966b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/containers/Layout.js
View file @
b90dfd28
...
...
@@ -64,7 +64,7 @@ class Layout extends React.Component {
}
<
/button
>
<
/div
>
<
button
onClick
=
{
sortByFavorites
}
>
Text
<
/button
>
<
Sidebar
facilities
=
{
facilities
}
facility
=
{
selectedFacility
}
isSidebarOpen
=
{
isSidebarOpen
}
isSidebarMapOpen
=
{
isSidebarMapOpen
}
toggleSidebarMap
=
{
toggleSidebarMap
}
/
>
<
/div
>
...
...
@@ -74,8 +74,6 @@ class Layout extends React.Component {
}
function
mapStateToProps
(
state
)
{
console
.
log
(
'
sorted
'
)
console
.
log
(
state
.
facilities
.
data
)
return
{
facilities
:
state
.
facilities
.
data
,
favorites
:
state
.
ui
.
favorites
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment