minor tweak
This commit is contained in:
parent
f829807092
commit
8843b4aa6a
|
@ -123,7 +123,6 @@ const Url = React.memo(
|
|||
}
|
||||
|
||||
const hasContent = !!url.title || !!url.description;
|
||||
console.log('🚀 ~ file: Urls.tsx:126 ~ hasContent', hasContent);
|
||||
|
||||
return (
|
||||
<Touchable
|
||||
|
|
Loading…
Reference in New Issue