mobile-app/app/components/ConfirmSummaryTitle.tsx
Function ConfirmSummaryTitle
has 160 lines of code (exceeds 100 allowed). Consider refactoring. Open
Open
export function ConfirmSummaryTitle(
props: ConfirmSummaryTitleV2Props
): JSX.Element {
const IconA = getNativeIcon(props.iconA);
const IconB = getNativeIcon(props.iconB);