Show cards last seen date
This commit is contained in:
parent
aa432b3a9e
commit
67831a1c86
|
@ -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…
Reference in New Issue
Block a user