remove extra div
This commit is contained in:
parent
c2b80d3b3b
commit
f03fe9f78b
1 changed files with 16 additions and 18 deletions
|
@ -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>
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue