import React from 'react' import Detail from './popoutcomponent/Detail' import ModalCom from '../Helpers/ModalCom' function PendingJobsPopout({details, onClose, situation}) { return (

Manage Pending Item

Opportunity to make some money by introducing 10 of our recent stories from our

!

This Job have been sent to public view

This Job will expire

{/* INPUT SECTION */}
{/* ACTION SECTION */}

Actions

Job sent to public view

{/* close button */}
{/* end of close button */}
) } export default PendingJobsPopout