File tree Expand file tree Collapse file tree
src/components/events/partials/ModalTabsAndPages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ import ButtonLikeAnchor from "../../../shared/ButtonLikeAnchor";
3232import { formatWorkflowsForDropdown } from "../../../../utils/dropDownUtils" ;
3333import { ParseKeys } from "i18next" ;
3434import BaseButton from "../../../shared/BaseButton" ;
35+ import { Tooltip } from "../../../shared/Tooltip" ;
3536
3637type InitialValues = {
3738 workflowDefinition : string ;
@@ -203,9 +204,9 @@ const EventDetailsWorkflowTab = ({
203204 < td > { item . id } </ td >
204205 < td > { item . title } </ td >
205206 < td >
206- { item . submitterName }
207- { item . submitterEmail && ( < > < { item . submitterEmail } > </ > ) }
208- ( { item . submitter } )
207+ < Tooltip title = { item . submitterName } >
208+ < span > { item . submitter } </ span >
209+ </ Tooltip >
209210 </ td >
210211 < td >
211212 { t ( "dateFormats.dateTime.medium" , {
You can’t perform that action at this time.
0 commit comments