mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
- implement certifications section
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import { get } from "lodash";
|
||||
import React from "react";
|
||||
import Heading from "../../shared/Heading";
|
||||
import DoubleFieldListItem from "../lists/double/DoubleFieldListItem";
|
||||
import List from "../lists/List";
|
||||
|
||||
const Social = ({ id, name, event, state }) => {
|
||||
@ -18,7 +17,6 @@ const Social = ({ id, name, event, state }) => {
|
||||
event={event}
|
||||
titlePath="network"
|
||||
subtitlePath="username"
|
||||
listItemComponent={DoubleFieldListItem}
|
||||
/>
|
||||
</section>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user