chore: make AccountsManager optionally take grid props

This commit is contained in:
Matthew Russell
2023-06-26 14:20:36 -07:00
parent 420b58c6ea
commit 7d3c2ff44c
+1 -1
View File
@@ -103,7 +103,7 @@ interface AccountManagerProps {
onMarketClick?: (marketId: string, metaKey?: boolean) => void;
isReadOnly: boolean;
pinnedAsset?: PinnedAsset;
gridProps: ReturnType<typeof useDataGridEvents>;
gridProps?: ReturnType<typeof useDataGridEvents>;
}
export const AccountManager = ({