From f0e08e93c77d0fac567914bae1191cec194ea790 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gianfranc=C3=B8=20Palumbo?= Date: Sun, 14 Apr 2019 14:15:49 +0300 Subject: [PATCH] Fix Ticker. Left over from the good old Class days MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 😄 --- snippets/Ticker.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/snippets/Ticker.md b/snippets/Ticker.md index c13a63235..e6e5a3daf 100644 --- a/snippets/Ticker.md +++ b/snippets/Ticker.md @@ -26,9 +26,9 @@ function Ticker(props) { return (
- {this.state.ticker} - - + {ticker} + +
); } @@ -41,4 +41,4 @@ ReactDOM.render(, document.getElementById('r -* \ No newline at end of file +*