mirror of
https://github.com/Vikeo/LifeTrinket.git
synced 2025-11-14 06:58:00 +00:00
fix aria and minify
This commit is contained in:
@@ -132,6 +132,7 @@ const ExtraCountersBar = ({
|
||||
)?.value
|
||||
}
|
||||
setCounterTotal={handleCounterChange}
|
||||
playerIndex={player.index}
|
||||
/>
|
||||
)}
|
||||
{Boolean(useCommanderDamage && usePartner) && (
|
||||
@@ -145,6 +146,7 @@ const ExtraCountersBar = ({
|
||||
)?.value
|
||||
}
|
||||
setCounterTotal={handleCounterChange}
|
||||
playerIndex={player.index}
|
||||
/>
|
||||
)}
|
||||
{usePoison && (
|
||||
@@ -157,6 +159,7 @@ const ExtraCountersBar = ({
|
||||
?.value
|
||||
}
|
||||
setCounterTotal={handleCounterChange}
|
||||
playerIndex={player.index}
|
||||
/>
|
||||
)}
|
||||
{useEnergy && (
|
||||
@@ -169,6 +172,7 @@ const ExtraCountersBar = ({
|
||||
?.value
|
||||
}
|
||||
setCounterTotal={handleCounterChange}
|
||||
playerIndex={player.index}
|
||||
/>
|
||||
)}
|
||||
{useExperience && (
|
||||
@@ -182,6 +186,7 @@ const ExtraCountersBar = ({
|
||||
)?.value
|
||||
}
|
||||
setCounterTotal={handleCounterChange}
|
||||
playerIndex={player.index}
|
||||
/>
|
||||
)}
|
||||
</ExtraCountersGrid>
|
||||
|
||||
Reference in New Issue
Block a user