diff --git a/dictation_client/src/components/snackbar/index.tsx b/dictation_client/src/components/snackbar/index.tsx index 27b80b4..8b02ed9 100644 --- a/dictation_client/src/components/snackbar/index.tsx +++ b/dictation_client/src/components/snackbar/index.tsx @@ -42,17 +42,21 @@ const Snackbar: React.FC = (props) => { return (
{level === "error" ? ( + check + ) : ( check - ) : ( - report )}

{message}

{level === "error" && ( -