Skip to content

Commit

Permalink
⚰️ Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed May 30, 2024
1 parent c65e1eb commit a26b6a7
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,8 @@ const VariableMapping = ({
includeStaticVariables = false,
alreadyMapped = [],
}) => {
const intl = useIntl();
const {values} = useFormikContext();

const confirmationMessage = intl.formatMessage({
description: 'Confirmation message to remove a mapping',
defaultMessage: 'Are you sure that you want to remove this mapping?',
});

return (
<FieldArray
name={mappingName}
Expand Down

0 comments on commit a26b6a7

Please sign in to comment.