diff --git a/examples/react/develop/functional-component-ts/src/App.tsx b/examples/react/develop/functional-component-ts/src/App.tsx
index 66e894a6..ad7478e5 100644
--- a/examples/react/develop/functional-component-ts/src/App.tsx
+++ b/examples/react/develop/functional-component-ts/src/App.tsx
@@ -133,11 +133,13 @@ const App = (props: any) => {
My Collection
{myGroup.map((item) => (
-
{item.name}
+
{item.name}
))}