From db1f5dcf636cc0b4606c9f569f492cd5d834eefb Mon Sep 17 00:00:00 2001 From: Victor-oss Date: Mon, 11 Dec 2023 20:14:05 -0300 Subject: [PATCH] =?UTF-8?q?Adi=C3=A7=C3=A3o=20da=20funcionalidade=20de=20b?= =?UTF-8?q?aixar=20plano=20de=20aula?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/ViewPlan.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/ViewPlan.tsx b/frontend/src/pages/ViewPlan.tsx index d28b196..b5112f3 100644 --- a/frontend/src/pages/ViewPlan.tsx +++ b/frontend/src/pages/ViewPlan.tsx @@ -248,13 +248,13 @@ const ViewPlan = () => { const planDiv = document.createElement('div'); planDiv.style.margin = '50px' planDiv.innerHTML = ` -

${planUpdated.title}

+

${title}



Objetivos

-

${planUpdated.goals}

+

${goals}



Observações

-

${planUpdated.observations}

+

${observations}



Drills

`; @@ -268,10 +268,10 @@ const ViewPlan = () => {

${drillData.title}



-

Descrição

+

Descrição

${drillData.description}



-

Observações

+

Observações

${drillData.observations}



@@ -336,7 +336,7 @@ const ViewPlan = () => { onClick={startEditingTitle} className="clickableIcon" /> -