fix: lookup group members based on profiles table instead of events

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-03-22 20:48:27 +01:00
parent 729722bf85
commit 21e51daa5f
4 changed files with 46 additions and 148 deletions

View File

@@ -81,7 +81,7 @@ export function GroupMemberGrowth({ data }: Props) {
return (
<Widget className="w-full">
<WidgetHead>
<WidgetTitle icon={TrendingUpIcon}>Member growth</WidgetTitle>
<WidgetTitle icon={TrendingUpIcon}>New members last 30 days</WidgetTitle>
</WidgetHead>
<WidgetBody>
{data.length === 0 ? (