Closed joven-health-mike closed 1 year ago
Result - SchoolDetails component only displays email, phone, and address.
The model for a School contains the following information, all of which should be displayed in the SchoolDetails component:
model School { name String address String? state String? city String? zip String? primaryEmail String? primaryPhone String? }
Result - SchoolDetails component only displays email, phone, and address.
The model for a School contains the following information, all of which should be displayed in the SchoolDetails component: