Skip to content

Commit 07e8155

Browse files
authored
Merge pull request #780 from hackclub/revert-769-tour-fix
Revert "won't restart the tutorial if user has already done it and it is on t…"
2 parents 36d8ffc + 6c08179 commit 07e8155

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/app/harbor/tabs/tour.ts

-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,6 @@ export function tour() {
6262
console.log('Setting tutorial sessionstorage to', hasCompletedTutorial)
6363
sessionStorage.setItem('tutorial', (!hasCompletedTutorial).toString())
6464
})
65-
66-
if (sessionStorage.getItem('tutorial') === 'true') {
67-
return;
68-
}
6965

7066
const currentStepId = getCookie('tour-step')
7167
if (currentStepId) {

0 commit comments

Comments
 (0)