Fix 'null' displayed in corner popup on Edge

This commit is contained in:
yflory 2020-03-10 16:26:29 +01:00
parent 2443c52d42
commit da7e00a9e6

View File

@ -4328,7 +4328,7 @@ define([
Feedback.send('CROWDFUNDING_NEVER');
};
var modal = UI.cornerPopup(text, actions, null, {
var modal = UI.cornerPopup(text, actions, '', {
big: true,
alt: true,
dontShowAgain: dontShowAgain