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
|
||||
// to perform calling methods at arbitrary urls
|
||||
// and pass form file fields
|
||||
function apiCallViaWeb(
|
||||
async function apiCallViaWeb(
|
||||
connectionString: string,
|
||||
method: string,
|
||||
params: { file_path: string },
|
||||
|
|
|
@ -32,7 +32,6 @@ function SideBar(props: Props) {
|
|||
<h2>LBRY</h2>
|
||||
|
||||
<p>{__('The best decentralized content platform on the web.')}</p>
|
||||
<div className="card__actions">{/* <Button button="primary" label={__('Do Something')} /> */}</div>
|
||||
</div>
|
||||
</div>
|
||||
</StickyBox>
|
||||
|
|
Loading…
Reference in a new issue