mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 14:29:04 +08:00
fix: fix eslint
This commit is contained in:
@@ -21,7 +21,6 @@ const ErrorRow: FC<IErrorRowProps> = ({ record, onDelete, onWordUpdate }) => {
|
||||
const dictInfo = idDictionaryMap[record.dict]
|
||||
const { word, isLoading, hasError } = useGetWord(record.word, dictInfo)
|
||||
const prevWordRef = useRef<any>()
|
||||
|
||||
const stableWord = useMemo(() => word, [word])
|
||||
|
||||
const onClick = useCallback(() => {
|
||||
|
||||
Reference in New Issue
Block a user