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