Skip to content

Commit

Permalink
Merge branch 'master' into fix/more-request-parsing-management
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarticus authored Aug 7, 2024
2 parents 677cfbf + 46e6624 commit e4b0ec0
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion frontend/src/scenes/activity/live/LiveEventsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export function LiveEventsTable(): JSX.Element {
<span className="relative inline-flex rounded-full h-2.5 w-2.5 bg-danger" />
</span>
<span className="text-sm cursor-default">
Users active right now: <b>{stats?.users_on_product ?? ''}</b>
Users active right now: <b>{stats?.users_on_product ?? '0'}</b>
</span>
</div>
</Tooltip>
Expand Down

0 comments on commit e4b0ec0

Please sign in to comment.