<IconButton
              icon={<ChevronLeftIcon />}
              onClick={viewPrevMonth}
              disabled={getMonthsApart(selected) <= 0}
              data-cy='prev-month-button'