Created a page the client wanted to start and resume assignments as a student
This commit is contained in:
@@ -189,10 +189,7 @@ const StatsGridItem: React.FC<StatsGridItemProps> = ({
|
||||
};
|
||||
|
||||
const shouldRenderPDFIcon = () => {
|
||||
if (assignment) {
|
||||
return assignment.released;
|
||||
}
|
||||
|
||||
if (assignment) return assignment.released;
|
||||
return true;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user