pikachu template not respecting to enable property

This commit is contained in:
Amruth Pillai
2020-03-27 18:16:06 +05:30
parent fdf1e56000
commit 5a0d1a5ff7

View File

@ -61,7 +61,8 @@ const Pikachu = () => {
</span>
);
const Skills = () => (
const Skills = () =>
data.skills.enable && (
<div>
<Heading title={data.skills.heading} />
<div className="flex flex-col mb-6">{data.skills.items.map(SkillItem)}</div>