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
e2e41260
Commit
e2e41260
authored
Dec 28, 2017
by
Andrew Hrdy
Browse files
Removed static data from sidebar. Removed phone number as api does not supply it.
parent
be9c91e1
Pipeline
#1896
passed with stage
in 1 minute and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/Sidebar.js
View file @
e2e41260
...
...
@@ -50,9 +50,8 @@ const Sidebar = ({facility, isSidebarOpen, isSidebarMapOpen, toggleSidebarMap, f
<
Divider
className
=
{
'
sidebar-divider
'
}
/
>
<
div
className
=
{
'
sidebar-scroll
'
}
>
<
div
className
=
{
'
sidebar-label-holder
'
}
>
<
TextwTitle
label
=
"
Building
"
content
=
"
The Johnson Center
"
/>
<
TextwTitle
label
=
"
Address
"
content
=
"
https://amenufromaplace.com
"
/>
<
TextwTitle
label
=
"
Phone Number
"
content
=
"
The Johnson Center
"
/>
<
TextwTitle
label
=
"
Building
"
content
=
{
facility
.
facility_location
&&
facility
.
facility_location
.
building
}
/
>
<
TextwTitle
label
=
"
Address
"
content
=
{
facility
.
facility_location
&&
facility
.
facility_location
.
address
}
/
>
<
TextwTitle
label
=
"
Tags
"
content
=
{
<
FacilityTags
facility
=
{
facility
}
/>}/
>
<
TextwTitle
label
=
"
Hours
"
content
=
{
<
WeekHours
facility
=
{
facility
}
/>}/
>
<
/div
>
...
...
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