Run prettier

This commit is contained in:
omuretsu 2023-02-07 21:16:18 -05:00
parent 814e837983
commit 07b1eefe33
2 changed files with 18 additions and 10 deletions

@ -88,11 +88,13 @@ const Exclusive = (props: IExclusiveProps): React.ReactElement => {
Certain <b>gangs</b> Certain <b>gangs</b>
</li> </li>
)} )}
{Player.canAccessGrafting() && !props.aug.isSpecial && props.aug.name !== AugmentationNames.TheRedPill && ( {Player.canAccessGrafting() &&
<li> !props.aug.isSpecial &&
<b>Grafting</b> props.aug.name !== AugmentationNames.TheRedPill && (
</li> <li>
)} <b>Grafting</b>
</li>
)}
</Typography> </Typography>
</ul> </ul>
</> </>

@ -414,12 +414,15 @@ export function InteractiveTutorialRoot(): React.ReactElement {
<> <>
<Typography> <Typography>
This page displays information about all of your scripts that are running across every server. You can use This page displays information about all of your scripts that are running across every server. You can use
this to gauge how well your scripts are doing. this to gauge how well your scripts are doing.
<br /><br /> <br />
<br />
Click on Home to see the scripts running on it. Click on Home to see the scripts running on it.
<br /><br /> <br />
<br />
Then click on n00dles.js to see the scripts information. Then click on n00dles.js to see the scripts information.
<br /><br /> <br />
<br />
Let's go back to Let's go back to
</Typography> </Typography>
<ListItem> <ListItem>
@ -533,7 +536,10 @@ export function InteractiveTutorialRoot(): React.ReactElement {
<br /> <br />
<br /> <br />
The{" "} The{" "}
<a href="https://bitburner-official.readthedocs.io/en/latest/guidesandtips/gettingstartedguideforbeginnerprogrammers.html" target="_blank"> <a
href="https://bitburner-official.readthedocs.io/en/latest/guidesandtips/gettingstartedguideforbeginnerprogrammers.html"
target="_blank"
>
Getting Started Getting Started
</a>{" "} </a>{" "}
contains the guide for new players, navigating you through most of early game. contains the guide for new players, navigating you through most of early game.