Skip to content

Commit ba87fe3

Browse files
committed
Update ExperienceSection.js
1 parent 7508a56 commit ba87fe3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

js/plugins/ExperienceSection.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ class ExperienceSection extends SectionPlugin {
9494
<time>${position.startDate}</time>
9595
<span class="date-separator">→</span>
9696
<time>${position.endDate || 'Present'}</time>
97-
<span class="duration">(${this._calculateDuration(position.startDate, position.endDate)})</span>
9897
</div>
9998
`;
10099

0 commit comments

Comments
 (0)