Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Mike Cao
2024-02-19 11:31:21 -08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ export function ActiveUsers({
const count = useMemo(() => {
if (websiteId) {
return data?.[0]?.x || 0;
return data?.x || 0;
}
return value !== undefined ? value : 0;