Adding work item details to activity

This commit is contained in:
John Lyon-Smith
2018-06-04 19:01:12 -07:00
parent cffa0734b8
commit e09a8b87de
6 changed files with 153 additions and 70 deletions

View File

@@ -55,7 +55,7 @@ export default class App extends React.Component {
<Switch>
<Route exact path="/login" component={Login} />
<Route exact path="/logout" component={Logout} />
{/* <ProtectedRoute exact path="/home" component={Home} /> */}
<ProtectedRoute exact path="/home" component={Home} />
<ProtectedRoute
exact
path="/arviewer"
@@ -69,8 +69,7 @@ export default class App extends React.Component {
path="/workItemList"
component={WorkItemList}
/>
{/* <DefaultRoute redirect="/home" /> */}
<DefaultRoute redirect="/activity?workItemId=5b0c85995ebbed31c323cdf6" />
<DefaultRoute redirect="/home" />
</Switch>
</View>
</NativeRouter>