mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
pikachu template not respecting to enable property
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user