removed hello debug text

This commit is contained in:
2024-05-23 13:18:07 +01:00
parent 871710b00f
commit 59907fed0a
3 changed files with 13 additions and 5 deletions
@@ -127,7 +127,7 @@ const RepCompleteSubmit = (props) => {
);
break;
default:
return <>hello</>;
return <></>;
break;
}
}