diff --git a/UI/CustomGenerator/SharePanel.ts b/UI/CustomGenerator/SharePanel.ts index bc30696..6f0da7f 100644 --- a/UI/CustomGenerator/SharePanel.ts +++ b/UI/CustomGenerator/SharePanel.ts @@ -14,10 +14,6 @@ export default class SharePanel extends UIElement { super(undefined); this._config = config; - - const proposedName = `User:${userDetails.name}/${config.data.id}` - const proposedNameEnc = encodeURIComponent(`wiki:User:${userDetails.name}/${config.data.id}`) - this._panel = new Combine([ "

Share

", "Share the following link with friends:
",