if (disabledHosts.includes(hostname)) {
    return (
      <Segment attached>
        <Button content="Enable on this site" onClick={onSiteEnable} basic negative fluid />
      </Segment>