function getShowStartPage()

in space-slack-sync/client/src/app/App.tsx [95:97]


function getShowStartPage() {
    return !spaceAuth.isUserTokenPresent() || !slackTeams.isSlackWorkspaceAdded();
}