Skip to content

Commit

Permalink
Issue emergentworks#35: Add SMS text field to display for each hotline
Browse files Browse the repository at this point in the history
  • Loading branch information
jaqarrick committed Dec 1, 2020
1 parent aa34d7d commit 0d1e1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screens/PhoneNumberListScreen/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const PhoneNumberListScreen = (props: Props) => {
<Text
darkColor={Styles.white}
style={[styles.centerTxt, styles.tel]}>
{entry.tel}
{entry.tel} {entry.text}
</Text>
<TouchableOpacity
style={[
Expand Down

0 comments on commit 0d1e1b8

Please sign in to comment.