remove redundant style
This commit is contained in:
parent
84f993200b
commit
dd01ad2cb2
1 changed files with 0 additions and 1 deletions
|
@ -229,7 +229,6 @@ export default function LivestreamSetupPage(props: Props) {
|
|||
)}
|
||||
<div className="section">
|
||||
<ClaimList
|
||||
className="section"
|
||||
header={__('Your livestream uploads')}
|
||||
uris={livestreamClaims
|
||||
.filter((c) => !pendingLiveStreamClaims.some((p) => p.permanent_url === c.permanent_url))
|
||||
|
|
Loading…
Add table
Reference in a new issue