diff --git a/Components-and-Hooks/HOC-Props-and-Custom-Hooks.md b/Components-and-Hooks/HOC-Props-and-Custom-Hooks.md index 46400b2..06b84d7 100644 --- a/Components-and-Hooks/HOC-Props-and-Custom-Hooks.md +++ b/Components-and-Hooks/HOC-Props-and-Custom-Hooks.md @@ -583,7 +583,7 @@ function withStyles(Component) { } } -const MyButton = () =