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 (