mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33:00 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
@@ -76,7 +76,7 @@ const Groups = (props) => {
|
|||||||
visible={groups_data.length}
|
visible={groups_data.length}
|
||||||
total={total}
|
total={total}
|
||||||
next={() => setOffset(offset + limit)}
|
next={() => setOffset(offset + limit)}
|
||||||
prev={() => setOffset(offset >= limit ? offset - limit : 0 )}
|
prev={() => setOffset(offset >= limit ? offset - limit : 0)}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="panel-footer">
|
<div className="panel-footer">
|
||||||
|
Reference in New Issue
Block a user