diff --git a/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx b/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx index 6de5ab55b..df5a2eca6 100644 --- a/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx +++ b/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx @@ -94,14 +94,23 @@ const AllocationsTeamViewModal = ({ isOpen, toggle }) => { return ( - + - {isManager && } + {isManager && ( + + )} diff --git a/client/src/components/_common/TextCopyField/TextCopyField.jsx b/client/src/components/_common/TextCopyField/TextCopyField.jsx index f6e5424ad..0bb5cf5d9 100644 --- a/client/src/components/_common/TextCopyField/TextCopyField.jsx +++ b/client/src/components/_common/TextCopyField/TextCopyField.jsx @@ -53,7 +53,7 @@ const TextCopyField = ({ value, placeholder, displayField }) => { data-testid="textarea" readOnly /> -
+