@ -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 (
<View style={styles.bodyRow}>