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