Page MenuHomePhabricator

[Cashtab] [Extension] [Code cleanup p2] Remove unused window variable from background.js
AbandonedPublic

Authored by bytesofman on Nov 15 2022, 14:29.

Details

Reviewers
kieran709
Group Reviewers
Restricted Project
Summary

T2751

Depends on D12501

The window is never used as a variable. Calling await openWindow does the same thing.

Test Plan

npm run extension
Update your local unpacked extension
Navigate to components.cashtab.com
Click on Cashtab Pay button for the standard Cashtab Badge component
Cashtab extension should open with tx populated

Diff Detail