houdini/app/javascript/legacy/components/maps/npo_coordinates.js
2020-04-23 14:09:14 -05:00

9 lines
174 B
JavaScript

// License: LGPL-3.0-or-later
module.exports = function(){
if(app.nonprofit.latitude) {
return {
lat: app.nonprofit.latitude,
lng: app.nonprofit.longitude,
}
}
}