浏览代码

Add missing bracket

ninesalt 6 年之前
父节点
当前提交
06f8ff476e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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}',
             dropHereOr: 'Drop here or %{browse}',
             // Used as the label for the link that opens the system file selection dialog.
             // Used as the label for the link that opens the system file selection dialog.
             browse: 'browse'
             browse: 'browse'
+          }
         }}
         }}
       />
       />
     </div>
     </div>