Skip to content
Snippets Groups Projects
Commit 1584d2d3 authored by bl00dymarie's avatar bl00dymarie Committed by Lisa Hillebrand
Browse files

Dot notation

parent d1ac12d1
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ const AboutSection = () => {
key={link.url}
isCTA
isSmall
onPress={() => Linking.openURL(link['url'])}
onPress={() => Linking.openURL(link.url)}
>
{link['text']}
</Button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment