diff --git a/src/app/components/MapModal.js b/src/app/components/MapModal.js index 0688037..e547fd3 100644 --- a/src/app/components/MapModal.js +++ b/src/app/components/MapModal.js @@ -154,7 +154,7 @@ function reviews(props) { function componentBody(props) { // NOTE: This code is refered to our local SQLite solution. Revise this when implement rest API. const pictures = JSON.parse(props.pictures); - const date = date ? date : "implementando..."; + const date = props.date ? props.date : "implementando..."; return (