Add cell count to mod cell list header
This commit is contained in:
parent
dabc4ec633
commit
f5cb888a72
@ -14,7 +14,7 @@ const ModCellList: React.FC<Props> = ({ cells }) => {
|
|||||||
return (
|
return (
|
||||||
cells && (
|
cells && (
|
||||||
<>
|
<>
|
||||||
<h2>Cells</h2>
|
<h2>Cells ({cells.length})</h2>
|
||||||
<ul className={styles["cell-list"]}>
|
<ul className={styles["cell-list"]}>
|
||||||
{cells
|
{cells
|
||||||
// .sort((a, b) => b.unique_downloads - a.unique_downloads)
|
// .sort((a, b) => b.unique_downloads - a.unique_downloads)
|
||||||
|
Loading…
Reference in New Issue
Block a user