Show cards last seen date

master
Tanner Collin 4 years ago
parent aa432b3a9e
commit 67831a1c86
  1. 3
      webclient/src/AdminMembers.js

@ -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>
:

Loading…
Cancel
Save