Skip to content

Commit 70accbc

Browse files
committed
wow
1 parent 8710711 commit 70accbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/menu-bar/share-button.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class ShareButton extends React.Component {
6161
}
6262
async handleMessageEvent(e) {
6363
if (!e.origin.startsWith(`https://penguinmod-home-git-new-backend-live-penguinmod.vercel.app`)) {
64-
//return;
64+
//return; // BTODO: uncomment this line for prod (also change the link)
6565
}
6666

6767
if (!e.data.p4) {

0 commit comments

Comments
 (0)