Created a page the client wanted to start and resume assignments as a student

This commit is contained in:
Tiago Ribeiro
2024-11-06 11:42:35 +00:00
parent f686985c6e
commit 27b72c162b
7 changed files with 318 additions and 26 deletions

View File

@@ -189,10 +189,7 @@ const StatsGridItem: React.FC<StatsGridItemProps> = ({
};
const shouldRenderPDFIcon = () => {
if (assignment) {
return assignment.released;
}
if (assignment) return assignment.released;
return true;
};