Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
poplingue committed May 13, 2022
1 parent 40c59e9 commit 8aa7bf0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/components/interface/TextInput/TextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,6 @@ const TextInput = forwardRef((props, ref) => {
[`fr-input--${internalMessageType}`]: internalMessageType,
});

const _wrapperClassName = classNames('fr-input-wrap', {
'fr-fi-calendar-line': type === 'date',
'fr-fi-alert-line': warning,
});

const inputId = useRef(uuidv4());
const hintId = useRef(uuidv4());
return (
Expand Down

0 comments on commit 8aa7bf0

Please sign in to comment.