From 18e83ece086c656f2cd9c61522f542c36cc5e153 Mon Sep 17 00:00:00 2001 From: enahum Date: Mon, 9 May 2016 15:21:06 -0300 Subject: PLT-2842 Fix "Invite teammates" link not working in tutorial screen. (#2936) --- webapp/components/tutorial/tutorial_intro_screens.jsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'webapp/components/tutorial/tutorial_intro_screens.jsx') diff --git a/webapp/components/tutorial/tutorial_intro_screens.jsx b/webapp/components/tutorial/tutorial_intro_screens.jsx index 294c18cf8..95c26edca 100644 --- a/webapp/components/tutorial/tutorial_intro_screens.jsx +++ b/webapp/components/tutorial/tutorial_intro_screens.jsx @@ -6,6 +6,7 @@ import TeamStore from 'stores/team_store.jsx'; import PreferenceStore from 'stores/preference_store.jsx'; import * as Utils from 'utils/utils.jsx'; import * as AsyncClient from 'utils/async_client.jsx'; +import * as GlobalActions from 'action_creators/global_actions.jsx'; import Constants from 'utils/constants.jsx'; @@ -106,13 +107,13 @@ export default class TutorialIntroScreens extends React.Component { createScreenThree() { const team = TeamStore.getCurrent(); let inviteModalLink; + if (team.type === Constants.INVITE_TEAM) { inviteModalLink = (