Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
kenneth-duverge committed Nov 16, 2023
1 parent d0602e1 commit 9bf2b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/inputs/Wrapper/Wrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ export const Wrapper = forwardRef(function (
const error = status === 'negative' && messages.error;
const help = status === 'positive' && messages.help;

// Test

return (
<div
{...props}
Expand Down

0 comments on commit 9bf2b04

Please sign in to comment.