Fix referenced columns used in certain SQL queries + minor front fixes
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -19,7 +19,7 @@ function UserPageQueryLoader() {
|
||||
if (!queryRef) {
|
||||
loadQuery({ userId });
|
||||
}
|
||||
}, [loadQuery, queryRef, userId]);
|
||||
});
|
||||
|
||||
if (!queryRef) return <LinkCardSkeleton />;
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ export function MemberList(props: { fKey: MemberListFragment$key }) {
|
||||
{membersPagination.data.members.totalCount === 0
|
||||
? (
|
||||
<Tr>
|
||||
<Td colSpan={5} className="text-center text-txt-secondary">
|
||||
<Td colSpan={7} className="text-center text-txt-secondary">
|
||||
{__("No members")}
|
||||
</Td>
|
||||
</Tr>
|
||||
|
||||
Reference in New Issue
Block a user