CCT: Clarify empty string solution in UI (#1400)

This commit is contained in:
catloversg
2024-06-16 06:37:14 +07:00
committed by GitHub
parent 7a39a93fa9
commit 4382f860db
2 changed files with 10 additions and 6 deletions
+4
View File
@@ -68,6 +68,10 @@ export function CodingContractModal(): React.ReactElement {
<br />
<Typography>{description}</Typography>
<br />
<Typography>
If your solution is an empty string, you must leave the text box empty. Do not use "", '', or ``.
</Typography>
<br />
<TextField
autoFocus
placeholder="Enter Solution here"