diff --git a/src/pages/githubAssessments/GitHubAssessmentListing.tsx b/src/pages/githubAssessments/GitHubAssessmentListing.tsx index 39535ff756..b97dabc632 100644 --- a/src/pages/githubAssessments/GitHubAssessmentListing.tsx +++ b/src/pages/githubAssessments/GitHubAssessmentListing.tsx @@ -22,6 +22,7 @@ import { GHAssessmentOverview } from './GitHubClassroom'; type GitHubAssessmentListingProps = { assessmentOverviews?: GHAssessmentOverview[]; + refreshAssessmentOverviews: () => void; }; /** @@ -42,6 +43,11 @@ const GitHubAssessmentListing: React.FC = props => [] ); + const refreshButton = useMemo( + () =>