combos margin

This commit is contained in:
ntr
2019-05-20 18:46:48 +10:00
parent 031511fe7e
commit 9b06686a77
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ function Info(args) {
const vboxCombos = itemInfo.combos.filter(c => c.units.includes(info));
if (vboxCombos.length > 6) return false;
return (
<table>
<table className="combos">
<tbody>
{vboxCombos.map((c, i) =>
<tr key={i} >