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} )