0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-03-26 12:38:11 +00:00

last touches in toolbar

This commit is contained in:
Víctor Losada Hernández
2026-02-20 10:59:39 +01:00
parent c4b20acf1b
commit 4691817c88
2 changed files with 3 additions and 3 deletions

View File

@@ -128,7 +128,7 @@ const TagInput = ({tooltip, label, valuePatterns, values = [], unique = true, pl
}
return (
<div className={classes} key={`tag-${tag}`} value={tag} data={tag} title={tag}>
<div className={classes} key={`tag-${tag}`} value={tag} data={tag}>
{tag}
</div>
);