mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Fix for #2442, allowing going forward in tutorial
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user