mirror of
https://github.com/XFox111/my-website.git
synced 2026-04-22 07:28:01 +03:00
chore(deps): dependency bumps + related refactoring (fixes #19)
This commit is contained in:
@@ -37,7 +37,7 @@ const ExperienceSection: React.FC = () => (
|
||||
|
||||
function getAriaLabel(item: WorkplaceEntry): string
|
||||
{
|
||||
let str: string[] = [];
|
||||
const str: string[] = [];
|
||||
|
||||
if (item.year)
|
||||
str.push(`${item.year} -`);
|
||||
|
||||
Reference in New Issue
Block a user