empty div with actions from sidebar component removed
This commit is contained in:
parent
adfd44ef03
commit
f0a3376e1a
2 changed files with 1 additions and 2 deletions
|
@ -19,7 +19,7 @@ function checkAndParseFix(response) {
|
||||||
// A modified version of Lbry.apiCall that allows
|
// A modified version of Lbry.apiCall that allows
|
||||||
// to perform calling methods at arbitrary urls
|
// to perform calling methods at arbitrary urls
|
||||||
// and pass form file fields
|
// and pass form file fields
|
||||||
function apiCallViaWeb(
|
async function apiCallViaWeb(
|
||||||
connectionString: string,
|
connectionString: string,
|
||||||
method: string,
|
method: string,
|
||||||
params: { file_path: string },
|
params: { file_path: string },
|
||||||
|
|
|
@ -32,7 +32,6 @@ function SideBar(props: Props) {
|
||||||
<h2>LBRY</h2>
|
<h2>LBRY</h2>
|
||||||
|
|
||||||
<p>{__('The best decentralized content platform on the web.')}</p>
|
<p>{__('The best decentralized content platform on the web.')}</p>
|
||||||
<div className="card__actions">{/* <Button button="primary" label={__('Do Something')} /> */}</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</StickyBox>
|
</StickyBox>
|
||||||
|
|
Loading…
Reference in a new issue