Skip to content

Commit

Permalink
add extra local marker
Browse files Browse the repository at this point in the history
  • Loading branch information
thomHayner committed Dec 14, 2022
1 parent 92f8090 commit af46e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppTimelineItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export default function TimeLineItem({
}

{/* [MAP MARKER FOR LOCAL EVENTS] */}
{itemData.location === 'Gothenberg, Nebraska' ?
{itemData.location === 'Gothenberg, Nebraska' || itemData.location === 'The Pony Express Route' ?
<View style={styles.mapMarker}>
<MaterialIcons name="where-to-vote" size={32} color="green" />
<Text style={styles.youAreHere}>{youAreHere}</Text>
Expand Down

0 comments on commit af46e99

Please sign in to comment.