diff --git a/snippets/PasswordRevealer.md b/snippets/PasswordRevealer.md index 731f1030b..24263d8ff 100644 --- a/snippets/PasswordRevealer.md +++ b/snippets/PasswordRevealer.md @@ -8,30 +8,24 @@ In the`render()` method, use a`
` to wrap both the`` and the ` -
- ); - } + return ( +
+ {}} + /> + +
+ ); } ```