VandyHacks/vaken

View on GitHub
src/client/routes/team/JoinTeam.tsx

Summary

Maintainability
A
1 hr
Test Coverage
B
83%

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

export const JoinTeam: FC = () => {
    const [searchValue, setSearchValue] = useState('');
    const [errorMsg, setErrorMsg] = useState('');
    const [joinTeam] = useJoinTeamMutation({ variables: { input: { name: searchValue } } });

Severity: Minor
Found in src/client/routes/team/JoinTeam.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status