From da844a8bca092dc4de2a457193a7dd5c647427a1 Mon Sep 17 00:00:00 2001 From: Kasundie Hewawasam Date: Wed, 25 Sep 2024 13:01:58 +0530 Subject: [PATCH 1/2] Deliverables updated --- front-end/src/Pages/Deliverables.jsx | 6 +++--- front-end/src/components/Deliverables.module.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/front-end/src/Pages/Deliverables.jsx b/front-end/src/Pages/Deliverables.jsx index 322dc68f..99940672 100644 --- a/front-end/src/Pages/Deliverables.jsx +++ b/front-end/src/Pages/Deliverables.jsx @@ -191,6 +191,9 @@ const onViewClick = (deliverable) => {
+ {!addRow && loggedInUser.isLoggedIn &&
+ +
}
@@ -236,9 +239,6 @@ const onViewClick = (deliverable) => { */}
- {!addRow && loggedInUser.isLoggedIn &&
- -
}
{ (addRow || editRow) && Date: Wed, 25 Sep 2024 13:02:38 +0530 Subject: [PATCH 2/2] Workplan Updated --- front-end/src/Pages/Workplan.jsx | 6 +++--- front-end/src/components/Workplan.module.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/front-end/src/Pages/Workplan.jsx b/front-end/src/Pages/Workplan.jsx index ea3acd29..b19e5485 100644 --- a/front-end/src/Pages/Workplan.jsx +++ b/front-end/src/Pages/Workplan.jsx @@ -178,6 +178,9 @@ function Workplan() {

Workplan

+ {!addRow && loggedInUser.isLoggedIn &&
+ +
}
@@ -248,9 +251,6 @@ function Workplan() { */}
- {!addRow && loggedInUser.isLoggedIn &&
- -
}
{/* Dialog- Add New Row/Edit Row */} { (addRow || editRow) &&