{parents?.length > 0 && ( {t("changeset.parents.label", { count: parents?.length }) + ": "} {parents} )} {showCreateButton && ( setTagCreationModalVisible(true)} /> )} {isTagCreationModalVisible && ( setNewTagName(val)} value={newTagName} /> {t("tags.create.hint")} > } footer={ <> closeTagCreationModal()}>{t("tags.create.cancel")} createTag()}> {t("tags.create.confirm")} > } closeFunction={() => closeTagCreationModal()} /> )}