Skip to content

Commit 45f11d9

Browse files
committed
Try this
1 parent d833336 commit 45f11d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import log from './log';
55
import {getIsShowingProject} from '../reducers/project-state';
66

77
const PACKAGER_URL = 'https://nitro-bolt.github.io/packager';
8-
const PACKAGER_ORIGIN = PACKAGER_URL;
8+
const PACKAGER_ORIGIN = 'https://nitro-bolt.github.io';
99

1010
const PackagerIntegrationHOC = function (WrappedComponent) {
1111
class PackagerIntegrationComponent extends React.Component {

0 commit comments

Comments
 (0)