Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jan 26, 2024
1 parent 3eca9e3 commit 53032f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,12 @@ export const activationLogic = kea<activationLogicType>([
arePluginsLoaded,
areCustomEventsLoaded,
areInsightsLoaded
) => {
): boolean => {
return (
!!currentTeam &&
areCustomEventsLoaded &&
areInsightsLoaded &&
memberCount &&
!!memberCount &&
areInvitesLoaded &&
areDashboardsLoaded &&
arePluginsLoaded
Expand Down

0 comments on commit 53032f4

Please sign in to comment.