empty div with actions from sidebar component removed

This commit is contained in:
utkarshiam 2019-10-09 01:08:54 +05:30 committed by Sean Yesmunt
parent adfd44ef03
commit f0a3376e1a
2 changed files with 1 additions and 2 deletions

View file

@ -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 },

View file

@ -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>