From 6d5ef89356e234b5208b5308fa00cf08459de831 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Fri, 4 Nov 2016 13:32:14 +0100 Subject: Reduce code duplication, add touch scrolling behaviour for webkit browsers on scrollable areas --- app/assets/javascripts/components/features/following/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/assets/javascripts/components/features/following/index.jsx') diff --git a/app/assets/javascripts/components/features/following/index.jsx b/app/assets/javascripts/components/features/following/index.jsx index 538e1aa33..bd3c3bd45 100644 --- a/app/assets/javascripts/components/features/following/index.jsx +++ b/app/assets/javascripts/components/features/following/index.jsx @@ -39,7 +39,7 @@ const Following = React.createClass({ return ( -
+
{accountIds.map(id => )}
-- cgit