From e36f1da0ae2cbdd783e95283533b4e2bc8e694dd Mon Sep 17 00:00:00 2001 From: Kyle McCormick Date: Fri, 2 Feb 2024 11:24:22 -0500 Subject: [PATCH] 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( - } /> + } /> } />