From c3ce2984ef078d39b88a1fd8b007063d6c994c23 Mon Sep 17 00:00:00 2001 From: Whymarrh Whitby Date: Fri, 27 Jul 2018 20:17:52 -0230 Subject: Remove the development notice from UI onboarding --- mascara/src/app/first-time/index.js | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'mascara') diff --git a/mascara/src/app/first-time/index.js b/mascara/src/app/first-time/index.js index dc254bb19..6e4dc74bb 100644 --- a/mascara/src/app/first-time/index.js +++ b/mascara/src/app/first-time/index.js @@ -3,7 +3,6 @@ import PropTypes from 'prop-types' import {connect} from 'react-redux' import { withRouter, Switch, Route } from 'react-router-dom' import { compose } from 'recompose' -import classnames from 'classnames' import CreatePasswordScreen from './create-password-screen' import UniqueImageScreen from './unique-image-screen' @@ -44,28 +43,9 @@ class FirstTimeFlow extends Component { noActiveNotices: false, }; - renderAppBar () { - const { welcomeScreenSeen } = this.props - - return ( -
-

- Please be aware that this version is still under development -

-
- ) - } - render () { - const { isPopup } = this.props - return (
- { !isPopup && this.renderAppBar() }
-- cgit v1.2.3