mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 14:03:02 +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}
|
||||
total={total}
|
||||
next={() => setOffset(offset + limit)}
|
||||
prev={() => setOffset(offset >= limit ? offset - limit : 0 )}
|
||||
prev={() => setOffset(offset >= limit ? offset - limit : 0)}
|
||||
/>
|
||||
</div>
|
||||
<div className="panel-footer">
|
||||
|
Reference in New Issue
Block a user