We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7508a56 commit ba87fe3Copy full SHA for ba87fe3
1 file changed
js/plugins/ExperienceSection.js
@@ -94,7 +94,6 @@ class ExperienceSection extends SectionPlugin {
94
<time>${position.startDate}</time>
95
<span class="date-separator">→</span>
96
<time>${position.endDate || 'Present'}</time>
97
- <span class="duration">(${this._calculateDuration(position.startDate, position.endDate)})</span>
98
</div>
99
`;
100
0 commit comments