From b49324b026afb721fab9c4162dca51bbaa3f8c4a Mon Sep 17 00:00:00 2001 From: GabrielTrettel Date: Wed, 24 Feb 2021 19:32:33 -0300 Subject: [PATCH] Fixing date field in MapModal --- src/app/components/MapModal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (