diff --git a/src/components/DisplayPartnerSession.js b/src/components/DisplayPartnerSession.js index 0c420ad..b71ac6f 100644 --- a/src/components/DisplayPartnerSession.js +++ b/src/components/DisplayPartnerSession.js @@ -126,20 +126,28 @@ const DisplayPartnerSession = (props) => { const [expanded, setExpanded] = React.useState(false); return ( -
- {expanded ? value : value.slice(0, 50)}  - {value.length > 50 && ( - // eslint-disable-next-line jsx-a11y/anchor-is-valid - setExpanded(!expanded)} - > - {expanded ? : } - - )} -
+ ); } @@ -12663,7 +12671,7 @@ const DisplayPartnerSession = (props) => { {selectionModel_sequence && selectionModel_sequence.length > 1 &&
- +