From ece22c2c3ca0d7dabda0a17b5aa4ce107ac73a14 Mon Sep 17 00:00:00 2001 From: Ienzi <115475534+Ienzi@users.noreply.github.com> Date: Fri, 16 Dec 2022 09:43:20 +0100 Subject: [PATCH] Updated the tachyons class Co-authored-by: Daniel Zanzini --- react/components/ExtensionPoint/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/components/ExtensionPoint/index.tsx b/react/components/ExtensionPoint/index.tsx index 34abc2de..f4711346 100644 --- a/react/components/ExtensionPoint/index.tsx +++ b/react/components/ExtensionPoint/index.tsx @@ -161,7 +161,7 @@ function withOuterExtensions( {beforeElements} {element} - {isRootTreePath &&
} + {isRootTreePath &&
} {afterElements} )