{notes.length > 1 && (
        <>
          &nbsp;
          <JoinMarkdown separator={' '} listOfMarkdown={notes.slice(1)} />
        </>