From 88c013ee7227265d7240764e36e0f158bd243576 Mon Sep 17 00:00:00 2001 From: Jakub Butkiewicz Date: Mon, 20 May 2024 16:08:22 +0200 Subject: [PATCH] fix: resolve review comment --- src/pages/home/report/ReportActionItem.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/home/report/ReportActionItem.tsx b/src/pages/home/report/ReportActionItem.tsx index fcbb4f8272b4..ea70fbf6f6cc 100644 --- a/src/pages/home/report/ReportActionItem.tsx +++ b/src/pages/home/report/ReportActionItem.tsx @@ -500,7 +500,6 @@ function ReportActionItem({ * @param hovered whether the ReportActionItem is hovered * @param isWhisper whether the report action is a whisper * @param hasErrors whether the report action has any errors - * @param isReviewDuplicateTransaction whether the report action is a review duplicate transaction * @returns child component(s) */ const renderItemContent = (hovered = false, isWhisper = false, hasErrors = false): React.JSX.Element => {