Changeset 3e98cea for reactapp/src/Pages
- Timestamp:
- 08/06/22 18:16:44 (2 years ago)
- Branches:
- main
- Children:
- 800779d
- Parents:
- d654c74
- Location:
- reactapp/src/Pages
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
reactapp/src/Pages/Professor.js
rd654c74 r3e98cea 9 9 ProfessorCardName, 10 10 ProfessorCardSeparator, 11 } from "../Components/ ProfessorCard.style";11 } from "../Components/Styled/ProfessorCard.style"; 12 12 13 13 function Professor(props) { … … 34 34 35 35 fetchData(); 36 }, [ ]);36 }, [params.professorId]); 37 37 38 38 if (loaded) {
Note:
See TracChangeset
for help on using the changeset viewer.