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
testID="ShowContactInfoButton"
accessibilityHint={translate(
'contact.a11y_show_contact_info_button_hint'
// {
// defaultValue: 'Visar kontaktinformation',
// },
'contact.a11y_show_contact_info_button_hint',
{
defaultValue: 'Visar kontaktinformation',
}
)}
accessibilityLabel={translate(
'contact.a11y_show_contact_info_button_label'
// {
// defaultValue: 'Visa kontaktinformation',
// },
'contact.a11y_show_contact_info_button_label',
{
defaultValue: 'Visa kontaktinformation',
}
)}
onPress={() => {
setVisible(true)