From 66287948dde557e8a08f150c8e33fc7883df2f19 Mon Sep 17 00:00:00 2001 From: andreas-unleash <104830839+andreas-unleash@users.noreply.github.com> Date: Mon, 8 Aug 2022 14:11:20 +0300 Subject: [PATCH] bug fix --- .../StrategyList/playgroundResultStrategyLists.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureStrategyList/StrategyList/playgroundResultStrategyLists.tsx b/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureStrategyList/StrategyList/playgroundResultStrategyLists.tsx index 54aa129237..f9c99e5790 100644 --- a/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureStrategyList/StrategyList/playgroundResultStrategyLists.tsx +++ b/frontend/src/component/playground/Playground/PlaygroundResultsTable/FeatureResultInfoPopoverCell/FeatureStrategyList/StrategyList/playgroundResultStrategyLists.tsx @@ -29,13 +29,11 @@ const StyledAlert = styled(Alert)(() => ({ interface PlaygroundResultStrategyListProps { strategies: PlaygroundStrategySchema[]; input?: PlaygroundRequestSchema; - compact?: boolean; } export const PlaygroundResultStrategyLists = ({ strategies, input, - compact = false, }: PlaygroundResultStrategyListProps) => ( 0} @@ -87,7 +85,6 @@ export const WrappedPlaygroundResultStrategyList = ({