From 1f379e70eb1d4838af950bf1307ea85d8f0a2e8e Mon Sep 17 00:00:00 2001 From: jenny-s51 Date: Wed, 24 Feb 2021 16:05:56 -0500 Subject: [PATCH] format --- src/components/list-empty-state/ListEmptyState.tsx | 2 +- src/realm-roles/RealmRoleTabs.tsx | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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;