From 44195fb74148fb9b6fc3c8542d11eeb9fb4f47c6 Mon Sep 17 00:00:00 2001 From: connorhaugh Date: Tue, 26 Sep 2023 15:33:07 +0000 Subject: [PATCH 1/2] fix: page routes wildcard which breaks tutor --- src/index.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.jsx b/src/index.jsx index 6af35d8e..a687a80a 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -36,7 +36,7 @@ subscribe(APP_READY, () => { ReactDOM.render( - } /> + } /> } /> @@ -52,7 +52,7 @@ subscribe(APP_READY, () => { } /> } /> } /> - } /> + } /> } /> From e36f1da0ae2cbdd783e95283533b4e2bc8e694dd Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Fri, 2 Feb 2024 11:24:22 -0500 Subject: [PATCH 2/2] style: redundant interpolation Co-authored-by: Brian Smith <112954497+brian-smith-tcril@users.noreply.github.com> --- src/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.jsx b/src/index.jsx index a687a80a..ebe182bc 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -36,7 +36,7 @@ subscribe(APP_READY, () => { ReactDOM.render( - } /> + } /> } />