From e3890785a2d328b246f4859f3d8608bdfefd621e Mon Sep 17 00:00:00 2001 From: Berkeley Martinez Date: Sat, 9 Jan 2016 23:21:03 -0800 Subject: [PATCH] Reduce threshold for mobile --- common/app/routes/Hikes/components/Questions.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/app/routes/Hikes/components/Questions.jsx b/common/app/routes/Hikes/components/Questions.jsx index ae91b2cfa8..bedb202a57 100644 --- a/common/app/routes/Hikes/components/Questions.jsx +++ b/common/app/routes/Hikes/components/Questions.jsx @@ -9,7 +9,7 @@ import { Row } from 'react-bootstrap'; -const answerThreshold = 200; +const answerThreshold = 100; export default contain( {