Skip to content

Commit

Permalink
now you can navigate to training page from training modal
Browse files Browse the repository at this point in the history
  • Loading branch information
hanazaq committed Dec 16, 2024
1 parent 0714cb3 commit 8f66c29
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ const Detailed_Training_Modal = ({ isOpen, onClose, data }) => {
Close
</Button>
<Button
// variant="gohst"
colorScheme="green"
onClick={() => VisitTraining(data.id)} // Pass a function reference
>
Expand Down

0 comments on commit 8f66c29

Please sign in to comment.