* don't show free jamtrack notice on landing page if redeemed_jamtrack cookie is set

This commit is contained in:
Seth Call 2015-08-19 07:01:47 -05:00
parent e6618da456
commit dc343f10e3
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ MIX_MODES = context.JK.MIX_MODES
if context.JK.currentUserId
@app.user().done(@onUser)
else
@onUser({free_jamtrack: gon.global.one_free_jamtrack_per_user})
@onUser({free_jamtrack: context.JK.currentUserFreeJamTrack})
beforeShow: () ->
@setState({user: null})