We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36d8ffc + 6c08179 commit 07e8155Copy full SHA for 07e8155
src/app/harbor/tabs/tour.ts
@@ -62,10 +62,6 @@ export function tour() {
62
console.log('Setting tutorial sessionstorage to', hasCompletedTutorial)
63
sessionStorage.setItem('tutorial', (!hasCompletedTutorial).toString())
64
})
65
-
66
- if (sessionStorage.getItem('tutorial') === 'true') {
67
- return;
68
- }
69
70
const currentStepId = getCookie('tour-step')
71
if (currentStepId) {
0 commit comments