Skip to content

Commit

Permalink
requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
van-go committed Oct 31, 2023
1 parent c3b2792 commit 8ec822a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ const AllocationsTeamViewModal = ({ isOpen, toggle }) => {
setSelectedTab(newValue);
};

let selectedUser = useState(null);
if (removingUserOperation) {
let selectedUser = null;
if (removingUserOperation && removingUserOperation.username) {
selectedUser = removingUserOperation.username;
}
if (card && card.username === selectedUser) {
Expand Down

0 comments on commit 8ec822a

Please sign in to comment.