Skip to content

Commit

Permalink
Removing key
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewrmarshall committed Jun 20, 2023
1 parent a6fb0dd commit bdd0899
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ const CancelSpeedupPopover = () => {
paddingBottom={2}
className="cancel-speedup-popover__description"
>
{t('cancelSpeedUpLabel', [
<strong key="cancelSpeedupCancel">{t('replace')}</strong>,
])}
{t('cancelSpeedUpLabel', [<strong>{t('replace')}</strong>])}
<InfoTooltip
position="top"
contentText={
Expand Down

0 comments on commit bdd0899

Please sign in to comment.