From 4f6a80427e977d4152c4d933337228c13ce75686 Mon Sep 17 00:00:00 2001 From: melliflorGunk Date: Thu, 21 Sep 2017 09:44:40 -0700 Subject: [PATCH] replaced html quotes with unicode variants --- js/scenes/Speaker/SpeakerComponents.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/scenes/Speaker/SpeakerComponents.js b/js/scenes/Speaker/SpeakerComponents.js index 3620fc1..41f5e13 100644 --- a/js/scenes/Speaker/SpeakerComponents.js +++ b/js/scenes/Speaker/SpeakerComponents.js @@ -44,9 +44,9 @@ export const WarningModal = ({ modalState, onPress }) => ( export const SpeakerHeader = ({ speakerData, styles }) => ( - " + {speakerData.title} - " + )