Dot notation

This commit is contained in:
bl00dymarie
2022-03-26 10:28:03 +00:00
committed by Lisa Hillebrand
parent 1584d2d368
commit 09de52b5df
+1 -1
View File
@@ -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>