From 0b81616fb44490129b17cb2ff57d64f784ca4dd6 Mon Sep 17 00:00:00 2001 From: "arthur.valin" Date: Wed, 29 Mar 2023 14:36:20 +0200 Subject: [PATCH] Starting testing Drawing KanjiPlaygroundList --- src/components/KanjiPlaygroundList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/KanjiPlaygroundList.tsx b/src/components/KanjiPlaygroundList.tsx index 7c8def1..c0b455d 100644 --- a/src/components/KanjiPlaygroundList.tsx +++ b/src/components/KanjiPlaygroundList.tsx @@ -44,7 +44,7 @@ const KanjiPlaygroundList = () => { data={searchResult} renderItem={ ({ item }) => ( - { dispatch(setSelectedKanji(item)) }} style={kanjiPlaygroundListStyle.entry}> + { dispatch(setSelectedKanji(item)) }} style={kanjiPlaygroundListStyle.entry}> {item.character} )