Updated the Finish screen along with other tweaks
This commit is contained in:
@@ -35,6 +35,7 @@ export interface UserSolution {
|
||||
score: {
|
||||
correct: number;
|
||||
total: number;
|
||||
missing: number;
|
||||
};
|
||||
exercise: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user