sparkletown/sparkle

View on GitHub
src/components/templates/ReactionPage/ReactionList.tsx

Summary

Maintainability
A
1 hr
Test Coverage

Function allReactions has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  const allReactions = useMemo(() => {
    const chatsAsBandMessages =
      chatMessages?.map(chatMessageAsTextReaction) ?? [];

    const allReactionsSorted = [
Severity: Minor
Found in src/components/templates/ReactionPage/ReactionList.tsx - About 1 hr to fix

There are no issues that match your filters.

Category
Status