Browse Source

Add missing bracket

ninesalt 6 years ago
parent
commit
06f8ff476e
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>