From 4767cfa4e965f4d91eabb5ef296aa5125f514abd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 4 Aug 2022 14:18:26 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- jsx/src/components/Groups/Groups.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsx/src/components/Groups/Groups.jsx b/jsx/src/components/Groups/Groups.jsx index 009805e0..6513c733 100644 --- a/jsx/src/components/Groups/Groups.jsx +++ b/jsx/src/components/Groups/Groups.jsx @@ -76,7 +76,7 @@ const Groups = (props) => { visible={groups_data.length} total={total} next={() => setOffset(offset + limit)} - prev={() => setOffset(offset >= limit ? offset - limit : 0 )} + prev={() => setOffset(offset >= limit ? offset - limit : 0)} />