From 6b5584e573940f8a64ee48919ce37d9d98ce4f88 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Wed, 20 Nov 2024 16:44:00 +0000 Subject: [PATCH] Return circular progress --- src/pages/studentJoinClass/RequestPending.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/studentJoinClass/RequestPending.tsx b/src/pages/studentJoinClass/RequestPending.tsx index 0f0eba5..5a06794 100644 --- a/src/pages/studentJoinClass/RequestPending.tsx +++ b/src/pages/studentJoinClass/RequestPending.tsx @@ -1,4 +1,4 @@ -import { Button, Stack, Typography } from "@mui/material" +import { Button, CircularProgress, Stack, Typography } from "@mui/material" import { type FC } from "react" import { type IndependentUser } from "codeforlife/api" import { useNavigate } from "react-router-dom"