Skip to content
This repository was archived by the owner on Jun 10, 2019. It is now read-only.

Commit 5cbca04

Browse files
committed
Complete Schools By State section
1 parent 53461c9 commit 5cbca04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scenes/home/codeSchools/stateSortedSchools/stateSortedSchools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class StateSortedSchools extends Component {
7070
.map(school =>
7171
(
7272
<SchoolCard
73-
key={school.name}
73+
key={school.address}
7474
alt={school.name}
7575
schoolName={school.name}
7676
link={school.url}

0 commit comments

Comments
 (0)