Browse Source

Merge pull request #1252 from ninesalt/master

Add missing bracket in docs
Artur Paikin 6 years ago
parent
commit
cd6418237d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      website/src/docs/react.md

+ 1 - 0
website/src/docs/react.md

@@ -62,6 +62,7 @@ const AvatarPicker = ({ currentAvatar }) => {
             dropHereOr: 'Drop here or %{browse}',
             // Used as the label for the link that opens the system file selection dialog.
             browse: 'browse'
+          }
         }}
       />
     </div>