Added details prop to summary actors.
This commit is contained in:
@@ -16,12 +16,14 @@ export default {
|
||||
gender: 'female',
|
||||
ageThen: 26,
|
||||
ageFromBirth: 31,
|
||||
dateOfBirth: new Date(1999, 2, 2),
|
||||
},
|
||||
{
|
||||
name: 'Mo The Fucker',
|
||||
gender: 'male',
|
||||
ageThen: 32,
|
||||
ageFromBirth: 37,
|
||||
dateOfBirth: new Date(1988, 5, 12),
|
||||
},
|
||||
],
|
||||
tags: [
|
||||
|
||||
Reference in New Issue
Block a user