mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 12:21:02 +01:00
always show funnel persons table (#5032)
This commit is contained in:
parent
378b91f19e
commit
b7c257b434
@ -71,7 +71,6 @@ export function Insights(): JSX.Element {
|
||||
const { showingPeople } = useValues(trendsLogicLoaded)
|
||||
const { refreshCohort, saveCohortWithFilters } = useActions(trendsLogicLoaded)
|
||||
|
||||
const { funnelPersonsEnabled } = useValues(funnelLogic)
|
||||
const { cohortModalVisible } = useValues(personsModalLogic)
|
||||
const { setCohortModalVisible } = useActions(personsModalLogic)
|
||||
|
||||
@ -375,8 +374,7 @@ export function Insights(): JSX.Element {
|
||||
</div>
|
||||
</div>
|
||||
</Card>
|
||||
{!funnelPersonsEnabled &&
|
||||
!showErrorMessage &&
|
||||
{!showErrorMessage &&
|
||||
!showTimeoutMessage &&
|
||||
activeView === ViewType.FUNNELS &&
|
||||
allFilters.display === FUNNEL_VIZ && (
|
||||
|
Loading…
Reference in New Issue
Block a user