From 1d65c006cbbabbc7820f82ed79fe4a36c32578aa Mon Sep 17 00:00:00 2001 From: Leon <> Date: Sun, 3 Jul 2022 12:57:19 +0300 Subject: [PATCH] remove redundant --- .../components/EntryDetailed/EntryViewer/AutoRepresentation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx b/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx index 10a6d84e9..8514554e2 100644 --- a/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx +++ b/ui-common/src/components/EntryDetailed/EntryViewer/AutoRepresentation.tsx @@ -14,7 +14,7 @@ export enum TabsEnum { Response = 1 } -export const AutoRepresentation: React.FC = ({ representation, isRulesEnabled, color, defaultTab = TabsEnum.Request, isDisplayReplay = false }) => { +export const AutoRepresentation: React.FC = ({ representation, color, defaultTab = TabsEnum.Request, isDisplayReplay = false }) => { const entryData = useRecoilValue(entryDataAtom) const setIsOpenRequestModal = useSetRecoilState(replayRequestModalOpenAtom) const isReplayDisplayed = useCallback(() => {