diff --git a/app/javascript/components/TypesDeChampEditor/components/TypeDeChampRepetitionOptions.js b/app/javascript/components/TypesDeChampEditor/components/TypeDeChampRepetitionOptions.js index 984057fdf..d5744036b 100644 --- a/app/javascript/components/TypesDeChampEditor/components/TypeDeChampRepetitionOptions.js +++ b/app/javascript/components/TypesDeChampEditor/components/TypeDeChampRepetitionOptions.js @@ -1,5 +1,6 @@ import React, { useReducer, useRef } from 'react'; import PropTypes from 'prop-types'; +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { SortableContainer, addChampLabel } from '../utils'; import TypeDeChamp from './TypeDeChamp'; @@ -46,6 +47,8 @@ function TypeDeChampRepetitionOptions({ }) } > + +    {addChampLabel(state.isAnnotation)} diff --git a/app/javascript/components/TypesDeChampEditor/components/TypeDeChamps.js b/app/javascript/components/TypesDeChampEditor/components/TypeDeChamps.js index 2523dbf9d..9e25fc5b0 100644 --- a/app/javascript/components/TypesDeChampEditor/components/TypeDeChamps.js +++ b/app/javascript/components/TypesDeChampEditor/components/TypeDeChamps.js @@ -1,5 +1,6 @@ import React, { useReducer, useRef } from 'react'; import PropTypes from 'prop-types'; +import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; import { SortableContainer, addChampLabel } from '../utils'; import TypeDeChamp from './TypeDeChamp'; @@ -51,6 +52,8 @@ function TypeDeChamps({ state: rootState, typeDeChamps }) { }) } > + +    {addChampLabel(state.isAnnotation)}