refactor(brought back default values)

Co-authored-by: Sebastian Palmqvist <PalmN72@users.noreply.github.com>
This commit is contained in:
Lee 2023-11-02 13:51:59 +01:00
parent 84d260d914
commit de989b43ca
1 changed files with 8 additions and 8 deletions

View File

@ -34,16 +34,16 @@ export const ContactMenu = ({
<Button <Button
testID="ShowContactInfoButton" testID="ShowContactInfoButton"
accessibilityHint={translate( accessibilityHint={translate(
'contact.a11y_show_contact_info_button_hint' 'contact.a11y_show_contact_info_button_hint',
// { {
// defaultValue: 'Visar kontaktinformation', defaultValue: 'Visar kontaktinformation',
// }, }
)} )}
accessibilityLabel={translate( accessibilityLabel={translate(
'contact.a11y_show_contact_info_button_label' 'contact.a11y_show_contact_info_button_label',
// { {
// defaultValue: 'Visa kontaktinformation', defaultValue: 'Visa kontaktinformation',
// }, }
)} )}
onPress={() => { onPress={() => {
setVisible(true) setVisible(true)