update RepoRoles Pagination

This commit is contained in:
Eduard Heimbuch
2019-05-16 10:01:33 +02:00
parent 7ed60eb5e1
commit e62c2084c6
4 changed files with 32 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ class SingleRepositoryRole extends React.Component<Props> {
subtitle={t("repositoryRole.errorSubtitle")}
error={error}
/>
);0
);
}
if (!role || loading) {