mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-04 04:45:11 +00:00
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">
|
<div className="section">
|
||||||
<ClaimList
|
<ClaimList
|
||||||
className="section"
|
|
||||||
header={__('Your livestream uploads')}
|
header={__('Your livestream uploads')}
|
||||||
uris={livestreamClaims
|
uris={livestreamClaims
|
||||||
.filter((c) => !pendingLiveStreamClaims.some((p) => p.permanent_url === c.permanent_url))
|
.filter((c) => !pendingLiveStreamClaims.some((p) => p.permanent_url === c.permanent_url))
|
||||||
|
|
Loading…
Add table
Reference in a new issue