removed hello debug text
This commit is contained in:
@@ -127,7 +127,7 @@ const RepCompleteSubmit = (props) => {
|
||||
);
|
||||
break;
|
||||
default:
|
||||
return <>hello</>;
|
||||
return <></>;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user