- implement certifications section

This commit is contained in:
Amruth Pillai
2020-07-08 20:20:44 +05:30
parent c38788aa3b
commit 70866420e5
16 changed files with 129 additions and 139 deletions

View File

@ -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>
);