hydra
hydra copied to clipboard
fix empty string checks in umfmessage.js
Empty checks in umfmessage.js are just if(var) but it should be if(var != null) for nullish strings like ''