dappros/ethora

View on GitHub
client-reactnative/src/Screens/Account/InviteFriendsScreen.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function InviteFriendsScreen has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const InviteFriendsScreen = observer(({}) => {
  const [index, setIndex] = useState(0);
  const layout = useWindowDimensions();

  const {loginStore} = useStores();
Severity: Minor
Found in client-reactnative/src/Screens/Account/InviteFriendsScreen.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status