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,12 +61,13 @@ const Pikachu = () => {
|
|||||||
</span>
|
</span>
|
||||||
);
|
);
|
||||||
|
|
||||||
const Skills = () => (
|
const Skills = () =>
|
||||||
<div>
|
data.skills.enable && (
|
||||||
<Heading title={data.skills.heading} />
|
<div>
|
||||||
<div className="flex flex-col mb-6">{data.skills.items.map(SkillItem)}</div>
|
<Heading title={data.skills.heading} />
|
||||||
</div>
|
<div className="flex flex-col mb-6">{data.skills.items.map(SkillItem)}</div>
|
||||||
);
|
</div>
|
||||||
|
);
|
||||||
|
|
||||||
const ReferenceItem = x => (
|
const ReferenceItem = x => (
|
||||||
<div key={x.id} className="flex flex-col">
|
<div key={x.id} className="flex flex-col">
|
||||||
|
|||||||
Reference in New Issue
Block a user