sparkletown/sparkle

View on GitHub
src/hooks/chats/private/useRecipientChatActions.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function useRecipientChatActions has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export const useRecipientChatActions = (
  recipient: WithId<DisplayUser>
): PrivateChatActions => {
  const { userId } = useUser();

Severity: Minor
Found in src/hooks/chats/private/useRecipientChatActions.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status