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
d22885e8
Commit
d22885e8
authored
Sep 25, 2018
by
Mattias J Duffy
Browse files
removing labels
temporarily removing labels until they are used properly on the API side
parent
c413e7cc
Pipeline
#2995
passed with stages
in 1 minute and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/Sidebar.js
View file @
d22885e8
...
...
@@ -71,7 +71,9 @@ class Sidebar extends React.Component {
content
=
{
facility
.
facility_location
&&
facility
.
facility_location
.
address
}
/
>
<
TextwTitle
label
=
"
Phone Number
"
content
=
{
facility
.
phone_number
?
phoneFormatter
.
format
(
facility
.
phone_number
,
'
(NNN) NNN-NNNN
'
)
:
'
Unknown
'
}
/
>
<
TextwTitle
label
=
"
Labels
"
content
=
{
<
FacilityLabels
facility
=
{
facility
}
/>} /
>
{
//<TextwTitle label="Labels" content={<FacilityLabels facility={facility} />} />
}
<
TextwTitle
label
=
"
Hours
"
content
=
{
<
WeekHours
facility
=
{
facility
}
/>} /
>
<
/div
>
<
/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