Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
whats-open-web
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Enes Tasbasi
whats-open-web
Commits
d22885e8
Commit
d22885e8
authored
Sep 25, 2018
by
Mattias J Duffy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing labels
temporarily removing labels until they are used properly on the API side
parent
c413e7cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
src/components/Sidebar.js
src/components/Sidebar.js
+3
-1
No files found.
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