the cooler ternary

36adb6992ef18e57d548b18cdbdf26090821d6e9

qvink <qvink@users.noreply.github.com>

1 files changed, +2 -2Ignore whitespace
public/script.js+2 -2
@@ -6031,8 +6031,8 @@ export function cleanUpMessage({ getMessage, isImpersonate, isContinue, displayI
60316031 // This only occurs if the corresponding "power_user.allow_nameX_display" is false.
60326032
60336033 let wrongName = isImpersonate
60346034 ? (!power_user.allow_name2_display ? ''name2 : name2'') // char
60356035 : (!power_user.allow_name1_display ? ''name1 : name1''); // user
60366036
60376037 if (wrongName) {
60386038 // If the message starts with the wrong name, delete the entire response