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 1/2] 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 +* From 382554750e2b3ea5c99ad67978735bbca44a0597 Mon Sep 17 00:00:00 2001 From: atomiks Date: Sun, 14 Apr 2019 21:22:35 +1000 Subject: [PATCH 2/2] Fix leftover star --- snippets/Ticker.md | 1 - 1 file changed, 1 deletion(-) diff --git a/snippets/Ticker.md b/snippets/Ticker.md index e6e5a3daf..1d1e9dcef 100644 --- a/snippets/Ticker.md +++ b/snippets/Ticker.md @@ -41,4 +41,3 @@ ReactDOM.render(, document.getElementById('r -*