teamdigitale/italia-app

View on GitHub
ts/features/messages/components/MessageDetail/LegacyRemoteContentBanner.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function LegacyRemoteContentBanner has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const LegacyRemoteContentBanner = () => {
  const { present, bottomSheet } = useIOBottomSheetAutoresizableModal(
    {
      component: <Body>{I18n.t("messageDetails.bottomSheet.body")}</Body>,
      title: I18n.t("messageDetails.bottomSheet.title")

    There are no issues that match your filters.

    Category
    Status