remove extra div

This commit is contained in:
Sean Yesmunt 2020-05-28 10:47:27 -04:00
parent c2b80d3b3b
commit f03fe9f78b

View file

@ -19,7 +19,6 @@ export default function WebUploadList(props: Props) {
return (
!!uploadCount && (
<div>
<Card
title={__('Currently Uploading')}
subtitle={
@ -36,7 +35,6 @@ export default function WebUploadList(props: Props) {
</section>
}
/>
</div>
)
);
}