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
Enes Tasbasi
whats-open-web
Commits
d27c70f2
Commit
d27c70f2
authored
Sep 17, 2018
by
Mattias J Duffy
Browse files
removing comments
parent
85cfbe9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/FacilitiesMap.js
View file @
d27c70f2
...
...
@@ -52,7 +52,6 @@ class FacilitiesMap extends React.Component {
this
.
state
.
center
=
facilityLocationExists
?
facility
.
facility_location
.
coordinate_location
.
coordinates
:
getCenterOfCampusRegion
(
campusRegion
);
}
else
{
setTimeout
(()
=>
{
console
.
log
(
'
ran
'
);
this
.
setState
({
center
:
facilityLocationExists
?
facility
.
facility_location
.
coordinate_location
.
coordinates
:
getCenterOfCampusRegion
(
campusRegion
)
});
...
...
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