diff --git a/components/upload/index.tsx b/components/upload/index.tsx index 9813d44bf3..bb3def48d7 100644 --- a/components/upload/index.tsx +++ b/components/upload/index.tsx @@ -294,11 +294,11 @@ export default class Upload extends React.Component { [`${prefixCls}-disabled`]: disabled, }); - const uploadButton = children - ?
- -
- : null; + const uploadButton = ( +
+ +
+ ); if (listType === 'picture-card') { return (