Skip to content
Snippets Groups Projects
Commit e3f1d9eb authored by Heikki Viljanen's avatar Heikki Viljanen
Browse files

Fixed a missing heading on AboutmePage

parent 5d8f149e
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ const AboutmePage = () => { ...@@ -14,7 +14,7 @@ const AboutmePage = () => {
<> <>
<Description info={content}/> <Description info={content}/>
<div> <div>
{content.skillHeading!==undefined&&content.skillHeading!==null?<h2></h2>:<></>} {content.skillHeading!==undefined&&content.skillHeading!==null?<h2>{content.skillHeading}</h2>:<></>}
<ul> <ul>
{content.skills.map(skill =><p key={skill.skillname}>{skill.skillname}</p>)} {content.skills.map(skill =><p key={skill.skillname}>{skill.skillname}</p>)}
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment