Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/contributorsGreatAndSmall.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@ a pat on the back if you see them.
* Tito Ortiz
* Charles Davidson
* Shariq Ali
* Stuart Hunt
* Eugene Yum

(I know we do not have the names of the original students who worked on this)
2 changes: 1 addition & 1 deletion screens/team-details-screen/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ const TeamDetailsScreen = ({ actions, currentUser, invitations, navigation, sele
</Text>
<Text style={ styles.dataBlock }>
<Text style={ styles.text }>{ "Starts: " }</Text>
<Text style={ styles.text }>{ selectedTeam.start }</Text>
<Text style={ styles.text }>{ selectedTeam.startdate }</Text>
</Text>
<Text style={ styles.dataBlock }>
<Text style={ styles.text }>{ "Ends: " }</Text>
Expand Down