Fix photo panel sizing

This commit is contained in:
John Lyon-Smith
2018-04-29 13:32:20 -07:00
parent 16006e933e
commit c403c43c1c
3 changed files with 50 additions and 36 deletions

View File

@@ -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={"/home"} />} />
return <Route render={() => <Redirect to={"/workItem"} />} />
}