Skip to content

Commit

Permalink
Formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen-nathan committed Dec 13, 2024
1 parent 99d1c45 commit 65706c5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/src/views/conceptMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export default function ConceptMap() {
* changes for the instructor view.
* This effect depends on the `selectedStudent` from the context.
*/

useEffect(() => {
let mounted = true;
if (mounted) {
Expand Down Expand Up @@ -116,9 +115,7 @@ export default function ConceptMap() {
if (loading) {
return <Loader />;
}




/**
* Render the concept map iframe with the fetched mastery data.
* This iframe src takes in a string of numbers
Expand Down

0 comments on commit 65706c5

Please sign in to comment.