mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-19 06:03:50 +01:00
Fix for #2442, allowing going forward in tutorial
This commit is contained in:
parent
2592c6ccd8
commit
015fb46703
@ -624,7 +624,7 @@ export function InteractiveTutorialRoot(): React.ReactElement {
|
||||
<ArrowBackIos />
|
||||
</IconButton>
|
||||
)}
|
||||
{content.canNext && (
|
||||
{(content.canNext || ITutorial.stepIsDone[step]) && (
|
||||
<IconButton onClick={iTutorialNextStep} aria-label="next">
|
||||
<ArrowForwardIos />
|
||||
</IconButton>
|
||||
|
Loading…
Reference in New Issue
Block a user