mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Merge pull request #51728 from psykzz/orbit-totals
Add totals to orbit UI sections
This commit is contained in:
@@ -38,7 +38,7 @@ const BasicSection = (props, context) => {
|
||||
const things = source.filter(searchFor(searchText));
|
||||
things.sort(compareNumberedText);
|
||||
return source.length > 0 && (
|
||||
<Section title={title}>
|
||||
<Section title={`${title} - (${source.length})`}>
|
||||
{things.map(thing => (
|
||||
<Button
|
||||
key={thing.name}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user