Skip to content

Commit

Permalink
Proposal: Hide people count (#5560)
Browse files Browse the repository at this point in the history
See #5559 for context
  • Loading branch information
macobo authored Aug 12, 2021
1 parent 5c4630f commit 57d8826
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/src/scenes/trends/PersonModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,6 @@ export function PersonModal({ visible, view, filters, onSaveCohort }: Props): JS
}
/>
)}
<span style={{ paddingTop: 9 }}>
Found{' '}
<b>
{people.count}
{people.next ? '+' : ''}
</b>{' '}
{people.count === 1 ? 'person' : 'persons'}
</span>
</div>
</div>
<Col style={{ background: '#FAFAFA' }}>
Expand Down

0 comments on commit 57d8826

Please sign in to comment.