Open brunchz opened 2 years ago
AddPastReports > Line 89 Contains too many args passed, should be accessible with 1 or 2 args max.
const onDeleteReportHandler = () => { const {reportObj} = user; dispatch(deletePastReport(user, id, reportObj[deleteModal.reportId], deleteModal.reportId)); };`
AddPastReports > Line 89 Contains too many args passed, should be accessible with 1 or 2 args max.