mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-19 06:02:06 +02:00
DNET: Player feedback (#2545)
This commit is contained in:
committed by
GitHub
parent
73b7921ef0
commit
1b6b07faae
@@ -149,7 +149,7 @@ export const PasswordPrompt = ({ server, onClose }: PasswordPromptProps): React.
|
||||
<pre style={{ whiteSpace: "pre-wrap", margin: 0 }}>
|
||||
<span className={classes.serverDetailsText}>Hint:</span> {server.staticPasswordHint}
|
||||
<br />
|
||||
{server.passwordHintData && (
|
||||
{!!server.passwordHintData && (
|
||||
<>
|
||||
<span className={classes.serverDetailsText}>Data: </span> {server.passwordHintData}
|
||||
<br />
|
||||
|
||||
Reference in New Issue
Block a user