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
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicholas J Anderson
whats-open-web
Commits
e2e41260
Commit
e2e41260
authored
Dec 28, 2017
by
Andrew Hrdy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed static data from sidebar. Removed phone number as api does not supply it.
parent
be9c91e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/components/Sidebar.js
src/components/Sidebar.js
+2
-3
No files found.
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