diff --git a/src/components/list-empty-state/ListEmptyState.tsx b/src/components/list-empty-state/ListEmptyState.tsx index 68ff13df0b..ee1fdde383 100644 --- a/src/components/list-empty-state/ListEmptyState.tsx +++ b/src/components/list-empty-state/ListEmptyState.tsx @@ -18,7 +18,7 @@ export type Action = { }; export type ListEmptyStateProps = { - id?: string, + id?: string; message: string; instructions: string; primaryActionText?: string; diff --git a/src/realm-roles/RealmRoleTabs.tsx b/src/realm-roles/RealmRoleTabs.tsx index 7fb746d589..6ba9b55afd 100644 --- a/src/realm-roles/RealmRoleTabs.tsx +++ b/src/realm-roles/RealmRoleTabs.tsx @@ -169,8 +169,6 @@ export const RealmRoleTabs = () => { ); } }; - - const addComposites = async (composites: Composites[]): Promise => { const compositeArray = composites;