digitalfabrik/integreat-app

View on GitHub
native/src/components/SettingItem.tsx

Summary

Maintainability
A
1 hr
Test Coverage
F
0%

Function SettingItem has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const SettingItem = (props: SettingItemProps): ReactElement => {
  const { title, description, onPress, value, hasBadge, hasSwitch, bigTitle, role } = props
  const { t } = useTranslation('settings')

  return (
Severity: Minor
Found in native/src/components/SettingItem.tsx - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status