Dot notation
This commit is contained in:
committed by
Lisa Hillebrand
parent
d1ac12d165
commit
1584d2d368
@@ -21,7 +21,7 @@ const AboutSection = () => {
|
||||
key={link.url}
|
||||
isCTA
|
||||
isSmall
|
||||
onPress={() => Linking.openURL(link['url'])}
|
||||
onPress={() => Linking.openURL(link.url)}
|
||||
>
|
||||
{link['text']}
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user