🔎 Scaffold for ES-powered issue matching in library first draft
This commit is contained in:
@@ -15,7 +15,6 @@ const handleBrokenImage = (e) => {
|
||||
};
|
||||
|
||||
export const MatchResult = (props: MatchResultProps) => {
|
||||
console.log(props);
|
||||
const dispatch = useDispatch();
|
||||
const applyCVMatch = useCallback(
|
||||
(match, comicObjectId) => {
|
||||
|
||||
Reference in New Issue
Block a user