consoled value removed
This commit is contained in:
@@ -15,7 +15,6 @@ function JobListPopout({details, onClose, situation}) {
|
||||
const handleInputChange = ({target:{name, value}}) => {
|
||||
setInputs(prev => ({...prev, [name]:value}))
|
||||
}
|
||||
console.log(details)
|
||||
|
||||
return (
|
||||
<ModalCom action={onClose} situation={situation}>
|
||||
@@ -49,7 +48,7 @@ function JobListPopout({details, onClose, situation}) {
|
||||
</div>
|
||||
<div className='md:flex bg-white rounded-lg shadow-lg'>
|
||||
<div className='p-4 w-full md:w-2/4 md:border-r-2'>
|
||||
<p className='text-lg font-semibold text-slate-900 tracking-wide'>Only Savvy Test Completed Joobs 003</p>
|
||||
<p className='text-lg font-semibold text-slate-900 tracking-wide'>{details.title}</p>
|
||||
|
||||
{/* INPUT SECTION */}
|
||||
<div className='my-3 md:flex'>
|
||||
|
||||
Reference in New Issue
Block a user