mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-12 16:37:00 +02:00
Ensure existance of links key before rendering
This commit is contained in:
parent
37b12abb78
commit
cfada612bb
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ const ProjectTemplate = ({ data }) => {
|
|||
</article>
|
||||
</section>
|
||||
: null}
|
||||
{project.links.github !== null || project.links.website !== null ?
|
||||
{project.links !== null ?
|
||||
<section className={styles.projectLinks}>
|
||||
<div>
|
||||
<h1>Links</h1>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue