Przeglądaj źródła

unhide welcome form on prod

jusrhee 4 lat temu
rodzic
commit
6a283d31d3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      dashboard/src/main/home/Home.tsx

+ 1 - 1
dashboard/src/main/home/Home.tsx

@@ -388,7 +388,7 @@ class Home extends Component<PropsType, StateType> {
             <Icon src={discordLogo} />
             Join Our Discord
           </DiscordButton>
-          {this.context?.capabilities?.version === "dev" &&
+          {this.context?.capabilities?.version === "production" &&
             this.state.showWelcomeForm &&
             localStorage.getItem("welcomed") != "true" && (
               <WelcomeForm