• Parameters

    • props: PropsWithChildren<{
          currentScores: WellnessScore[];
          currentTitle?: string;
          mobileView?: boolean;
          previousScores: WellnessScore[];
          previousTitle?: string;
      }>
    • Optional context: any

    Returns null | ReactElement<any, any>