From 7d3c2ff44c60dd7b1772b2f1ce041dd46ff6f42c Mon Sep 17 00:00:00 2001 From: Matthew Russell Date: Mon, 19 Jun 2023 12:44:53 -0700 Subject: [PATCH] chore: make AccountsManager optionally take grid props --- libs/accounts/src/lib/accounts-manager.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/accounts/src/lib/accounts-manager.tsx b/libs/accounts/src/lib/accounts-manager.tsx index 709631993..3cf83f196 100644 --- a/libs/accounts/src/lib/accounts-manager.tsx +++ b/libs/accounts/src/lib/accounts-manager.tsx @@ -103,7 +103,7 @@ interface AccountManagerProps { onMarketClick?: (marketId: string, metaKey?: boolean) => void; isReadOnly: boolean; pinnedAsset?: PinnedAsset; - gridProps: ReturnType; + gridProps?: ReturnType; } export const AccountManager = ({