Skip to content

Commit 9e3d8ed

Browse files
committed
fix: QA feedbacks on apply copilot opportunity functionality
1 parent e2a9166 commit 9e3d8ed

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/apps/copilots/src/pages/copilot-opportunity-details/apply-opportunity-modal/ApplyOpportunityModal.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const ApplyOpportunityModal: FC<ApplyOpportunityModalProps> = props => {
3737
setNotes(e.target.value)
3838
}, [setNotes])
3939

40-
console.log(error, 'error')
4140
return (
4241
<BaseModal
4342
onClose={props.onClose}

src/libs/shared/lib/utils/text-format.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
export function textFormatDateLocaleShortString(date?: Date): string | undefined {
2-
console.log(date, 'date')
32
return date?.toLocaleDateString(
43
undefined,
54
{

0 commit comments

Comments
 (0)