From 74aab21abf2cad8f871360184a08cb1d0466206f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BD=D0=B0=D1=81=D1=82=D0=B0=D1=81=D0=B8=D1=8F=20?= =?UTF-8?q?=D0=A2=D0=BE=D0=BF=D0=BE=D1=80=D0=BA=D0=BE=D0=B2=D0=B0?= Date: Sat, 15 Jun 2024 22:31:08 +0500 Subject: [PATCH] final --- src/view/edit-point-view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/edit-point-view.js b/src/view/edit-point-view.js index 6aefd4e..2e0160a 100644 --- a/src/view/edit-point-view.js +++ b/src/view/edit-point-view.js @@ -48,8 +48,8 @@ const createPointPhotosTemplate = (pointDestination) => ( (pointDestination.pictures && pointDestination.pictures.length) ? `
${pointDestination.pictures.map((picture) => - `${picture.description}` - ).join('')} + `${picture.description}` + ).join('')}
` : '' );