File tree
Expand file treeCollapse file tree1 file changed
+9
-9
lines changed Expand file treeCollapse file tree1 file changed
+9
-9
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -440,15 +440,15 @@ function showEmployeeList(employees) {
|
440 | 440 | const expectedSalary = employee.calculateExpectedSalary();
|
441 | 441 | const experience = employee.getExperience();
|
442 | 442 |
|
443 |
| -let portfolio; |
444 |
| -switch (employee.type) { |
445 |
| -case 'manager': |
446 |
| -portfolio = employee.getMBAProjects(); |
447 |
| -break; |
448 |
| -case 'developer': |
449 |
| -portfolio = employee.getLink(); |
450 |
| -break; |
451 |
| -} |
| 443 | +let portfolio; |
| 444 | +switch (employee.type) { |
| 445 | +case 'manager': |
| 446 | +portfolio = employee.getMBAProjects(); |
| 447 | +break; |
| 448 | +case 'developer': |
| 449 | +portfolio = employee.getLink(); |
| 450 | +break; |
| 451 | +} |
452 | 452 |
|
453 | 453 | const data = {
|
454 | 454 | expectedSalary,
|
|
You can’t perform that action at this time.
0 commit comments