Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
van-go committed Oct 31, 2023
1 parent 8ec822a commit 9a89284
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const AllocationsTeamViewModal = ({ isOpen, toggle }) => {
if (card && card.username === selectedUser) {
setCard(null);
}

return (
<Modal isOpen={isOpen} toggle={toggle} size="lg" onClosed={resetCard}>
<ModalHeader className="has-MuiTabs" toggle={toggle} charCode="&#xe912;">
Expand Down

0 comments on commit 9a89284

Please sign in to comment.