log removed
This commit is contained in:
parent
9de5162461
commit
8d2bd73056
|
@ -51,7 +51,6 @@ const styles = StyleSheet.create({
|
||||||
});
|
});
|
||||||
|
|
||||||
const onPress = (attachment) => {
|
const onPress = (attachment) => {
|
||||||
console.warn(attachment)
|
|
||||||
const url = attachment.title_link || attachment.author_link;
|
const url = attachment.title_link || attachment.author_link;
|
||||||
if (!url) {
|
if (!url) {
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue