mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Antags in the the Orbit menu now have counters (#21090)
* antagonism * bundle update
This commit is contained in:
@@ -162,7 +162,7 @@ export const Orbit = (props, context) => {
|
||||
{antagonists.length > 0 && (
|
||||
<Section title="Antagonists">
|
||||
{sortedAntagonists.map(([name, antags]) => (
|
||||
<Section key={name} title={name} level={2}>
|
||||
<Section key={name} title={`${name} - (${antags.length})`} level={2}>
|
||||
{antags
|
||||
.filter(searchFor(searchText))
|
||||
.sort(compareNumberedText)
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user