const clicked = function () {
      const subjectAreasSelected = this.state.subjectAreasSelected.slice();
      const subjectAreasSelectedMap = this.state.subjectAreasSelectedMap;
      const index = subjectAreasSelected.indexOf(subjectArea);