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