diff --git a/src/components/MapListCard.tsx b/src/components/MapListCard.tsx index c0cd952..0c16c4d 100644 --- a/src/components/MapListCard.tsx +++ b/src/components/MapListCard.tsx @@ -56,12 +56,12 @@ const MapListCard: React.FC = ({ } return (
-
-
+
+
{school.priority && (
-
+
{students ? students.value : "N/A"} Students
@@ -100,7 +102,7 @@ const MapListCard: React.FC = ({