Link to Cards page from Home details
This commit is contained in:
parent
7f46c1f747
commit
bc067f5d6d
|
@ -91,7 +91,10 @@ function MemberInfo(props) {
|
|||
</Table.Row>
|
||||
<Table.Row>
|
||||
<Table.Cell>Card Number:</Table.Cell>
|
||||
<Table.Cell>{lastCard && lastCard.card_number || 'None'}</Table.Cell>
|
||||
<Table.Cell>
|
||||
{lastCard && lastCard.card_number || 'None'}
|
||||
{user.cards.length > 1 && <Link to='/cards'> [more]</Link>}
|
||||
</Table.Cell>
|
||||
</Table.Row>
|
||||
</Table.Body>
|
||||
</BasicTable>
|
||||
|
|
Loading…
Reference in New Issue
Block a user