Show cards last seen date

This commit is contained in:
Tanner Collin 2020-02-20 05:51:46 +00:00
parent aa432b3a9e
commit 67831a1c86

View File

@ -97,7 +97,8 @@ function AdminCardDetail(props) {
</Form.Group>
</Form.Group>
Notes: {input.notes || 'None'}
Notes: {input.notes || 'None'},
Last Seen: {input.last_seen_at || 'Unknown'}
</Form>
</Segment>
: