Reword cell list header to "Exterior Cells"

This commit is contained in:
Tyler Hallada 2022-03-16 23:37:11 -04:00
parent 1a2da9d4fc
commit 3bff4ce4a2

View File

@ -14,7 +14,7 @@ const CellList: React.FC<Props> = ({ cells }) => {
return (
cells && (
<>
<h2>Cells ({cells.length})</h2>
<h2>Exterior Cells ({cells.length})</h2>
<ul className={styles["cell-list"]}>
{cells
// .sort((a, b) => b.unique_downloads - a.unique_downloads)