Skip to content

Commit 54fbb38

Browse files
committed
fix: lint
1 parent 070098b commit 54fbb38

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react/jsx-no-bind */
12
import { FC, useCallback, useState } from 'react'
23

34
import { BaseModal, Button, InputTextarea } from '~/libs/ui'

src/apps/copilots/src/pages/copilot-opportunity-details/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable react/jsx-no-bind */
12
import { FC, useContext, useEffect, useMemo, useState } from 'react'
23
import { useNavigate, useParams } from 'react-router-dom'
34
import { mutate } from 'swr'

0 commit comments

Comments
 (0)