fix missing company name
This commit is contained in:
parent
81cd3ba093
commit
b079cc1b57
@ -66,7 +66,7 @@ function pillUrl(string $href): string {
|
|||||||
$cv_experience = array_map(function ($e) {
|
$cv_experience = array_map(function ($e) {
|
||||||
return [
|
return [
|
||||||
'title' => $e['title'] ?? '',
|
'title' => $e['title'] ?? '',
|
||||||
'org' => $e['organization'] ?? '',
|
'org' => $e['company'] ?? '',
|
||||||
'date' => $e['date'] ?? '',
|
'date' => $e['date'] ?? '',
|
||||||
'desc' => $e['description'] ?? '',
|
'desc' => $e['description'] ?? '',
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user