Skip to content

Commit

Permalink
merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierM committed Mar 23, 2020
1 parent c14f1d4 commit fb88c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export const UserActionTree = React.memo(
isEditable={manageMarkdownEditIds.includes(DESCRIPTION_ID)}
isLoading={isLoadingDescription}
labelEditAction={i18n.EDIT_DESCRIPTION}
labelTitle={i18n.ADDED_DESCRIPTION}
labelTitle={<>{i18n.ADDED_DESCRIPTION}</>}
fullName={caseData.createdBy.fullName ?? caseData.createdBy.username}
markdown={MarkdownDescription}
onEdit={handleManageMarkdownEditId.bind(null, DESCRIPTION_ID)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export const UserActionItem = ({
createdAt={createdAt}
id={id}
isLoading={isLoading}
labelAction={labelEditAction}
labelEditAction={labelEditAction}
labelTitle={labelTitle ?? <></>}
linkId={linkId}
userName={userName}
Expand Down

0 comments on commit fb88c5c

Please sign in to comment.