From 9a892840084743b2f6460214a1cfe18e51a7a60d Mon Sep 17 00:00:00 2001 From: van-go <35277477+van-go@users.noreply.github.com> Date: Tue, 31 Oct 2023 10:59:08 -0500 Subject: [PATCH] prettier --- .../AllocationsTeamViewModal/AllocationsTeamViewModal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx b/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx index b1498653c..413147cb2 100644 --- a/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx +++ b/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx @@ -91,7 +91,7 @@ const AllocationsTeamViewModal = ({ isOpen, toggle }) => { if (card && card.username === selectedUser) { setCard(null); } - + return (