From 105cf0fc5454a5e30865475cf204787031c1b97c Mon Sep 17 00:00:00 2001 From: Tim Glasgow Date: Sun, 24 Jul 2022 15:27:04 -0500 Subject: [PATCH] no auto timer --- squarenotsquare/components/Splash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squarenotsquare/components/Splash.js b/squarenotsquare/components/Splash.js index 799b586..1b19d91 100644 --- a/squarenotsquare/components/Splash.js +++ b/squarenotsquare/components/Splash.js @@ -11,7 +11,7 @@ class Splash extends Component { } //props.someNavAction, 5000 - setTimeout(null, 5000); + //setTimeout(null, 5000); } render () {