Bug fixing
This commit is contained in:
@@ -3,5 +3,5 @@ import { Route, Redirect } from "react-router-native"
|
||||
|
||||
export const DefaultRoute = () => {
|
||||
// NOTE: When working on the app, change this to the page you are working on
|
||||
return <Route render={() => <Redirect to={"/activity"} />} />
|
||||
return <Route render={() => <Redirect to={"/workItem"} />} />
|
||||
}
|
||||
|
||||
@@ -125,7 +125,7 @@ export class Login extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
const { messageModal, apiModal } = this.state
|
||||
const { messageModal, apiModal, waitModal } = this.state
|
||||
|
||||
return (
|
||||
<View style={Login.styles.page} behavior="padding">
|
||||
|
||||
Reference in New Issue
Block a user