You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/containers/tw-custom-extension-modal.jsx
+11-4Lines changed: 11 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -116,13 +116,15 @@ class CustomExtensionModal extends React.Component {
116
116
}
117
117
asynchandleLoadExtension(){
118
118
letfailed=false;
119
-
if(this.props.swapId){
119
+
// i dont think this is a good idea to say anymore, either swap works or its bugged
120
+
if(/*this.props.swapId*/false){
120
121
/* eslint-disable-next-line no-alert, max-len */
121
122
if(!confirm('Failure to swap extensions will cause the extension to be flatout removed, are you sure the inputed extension has matching id\'s and has no errors?')){
0 commit comments