tags_assign: user_id instead of prefix
This commit is contained in:
@ -89,7 +89,7 @@ const flash = ({ type, msg }) => {
|
||||
|
||||
const span = document.createElement("span");
|
||||
span.classList.add("badge", "badge-light", "mr-2");
|
||||
span.title = tag.prefix;
|
||||
span.title = tag.user;
|
||||
if(tag.tag == "sfw") {
|
||||
span.classList.remove("badge-light");
|
||||
span.classList.add("badge-success");
|
||||
|
Reference in New Issue
Block a user