Add address and minor fields to member in API and client

This commit is contained in:
2020-01-13 03:18:41 +00:00
parent f50a3ca129
commit bd3146f413
6 changed files with 102 additions and 95 deletions
+3 -1
View File
@@ -114,6 +114,8 @@ function App() {
content='Logout'
onClick={logout}
icon='cancel'
as={Link}
to='/'
/>
<Menu.Item fitted content='' />
</Menu.Menu>}
@@ -125,7 +127,7 @@ function App() {
</Route>
<div className='topPadding'>
{user ?
{user && user.member.set_details ?
<Switch>
<Route path='/account'>
<Account token={token} user={user} setUserCache={setUserCache} />