mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 19:14:32 +02:00
CCT: Clarify empty string solution in UI (#1400)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user