Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 6927b41

Browse files
author
vikasrohit
committed
AS#100297043256582, Move all login to link of Members to accounts.topcoder.com
-- Fixed error in introduction service
1 parent c1bc06b commit 6927b41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/services/introduction.service.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ import _ from 'lodash'
4040
var currentPage = $state.current.name
4141
var handleInParams = $stateParams.userHandle ? $stateParams.userHandle.toLowerCase() : null
4242
var userIntroJSStats = store.get(userId)
43+
userIntroJSStats = userIntroJSStats ? userIntroJSStats : {}
4344

4445
if (!userIntroJSStats.dashboardIntroComplete && _.includes(currentPage, 'dashboard')) {
4546
userIntroJSStats.dashboardIntroComplete = true

0 commit comments

Comments
 (0)