tags_assign: user_id instead of prefix

This commit is contained in:
Flummi
2021-12-23 10:07:12 +01:00
parent b2f45dc70e
commit bad5a5f7f0
9 changed files with 23 additions and 25 deletions

View File

@ -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");