0
0
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:
Li Yi Yu 2021-07-07 17:16:54 -04:00 committed by GitHub
parent 378b91f19e
commit b7c257b434
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 && (