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)} />