diff --git a/examples/src/App.js b/examples/src/App.js
index baddf30..55d7b6e 100644
--- a/examples/src/App.js
+++ b/examples/src/App.js
@@ -66,10 +66,12 @@ function App() {
return (
-
react-swipeable-list example
+
react-swipeable-list example
(try also mobile view in dev tools for touch events)
Simple example (with default 0.5 action trigger threshold)
-
{triggeredSimpleItemAction}
+
+ {triggeredSimpleItemAction || 'No action triggered yet'}
+
List in smaller container
- {triggeredComplexItemAction}
+
+ {triggeredComplexItemAction || 'No action triggered yet'}
+