Skip to content

Commit fd5f7bb

Browse files
authored
Merge pull request #65 from ilikecoding-197/patch-1
Fix Packager opening twice
2 parents 99f20e9 + 3b6201f commit fd5f7bb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/tw-packager-integration-hoc.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ const PackagerIntegrationHOC = function (WrappedComponent) {
2323
handleClickPackager() {
2424
if (this.props.canOpenPackager) {
2525
window.open(`${PACKAGER_URL}/?import_from=${location.origin}`);
26-
window.open(`${PACKAGER_URL}/?import_from=${location.origin}`);
2726
}
2827
}
2928
handleMessage(e) {

0 commit comments

Comments
 (0)