diff --git a/passwordGenerator03/App.tsx b/passwordGenerator03/App.tsx index 8de065a..bb37a0c 100644 --- a/passwordGenerator03/App.tsx +++ b/passwordGenerator03/App.tsx @@ -95,7 +95,7 @@ export default function App() { handleChange, handleSubmit, handleReset, - /* and other goodies */ + }) => ( <> @@ -279,4 +279,4 @@ const styles = StyleSheet.create({ marginBottom: 12, color:'#000' }, -}); \ No newline at end of file +});