From 5617965220a3fcc127c0bec4a6b5585410cfa0d3 Mon Sep 17 00:00:00 2001 From: Evan Kaloudis Date: Tue, 29 Oct 2024 16:18:44 -0400 Subject: [PATCH] tsc work bug fixes --- views/Routing/Routing.tsx | 2 +- views/Settings/Seed.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/Routing/Routing.tsx b/views/Routing/Routing.tsx index b0b35c918..66283a163 100644 --- a/views/Routing/Routing.tsx +++ b/views/Routing/Routing.tsx @@ -57,7 +57,7 @@ export default class Routing extends React.PureComponent< } } - renderItem = (item: any) => { + renderItem = ({ item }: { item: any }) => { const { navigation } = this.props; return ( { +const MnemonicWord = ({ index, word }: { index: any; word: any }) => { const [isRevealed, setRevealed] = useState(false); return (