Compare commits

...

1 Commits

Author SHA1 Message Date
ammarahm-ed
93fd6fce94 mobile: hide note headline in share ext 2023-06-06 18:17:28 +05:00

View File

@@ -142,19 +142,6 @@ const ListItem = ({ item, mode, close }) => {
{item.type === "tag" ? "#" : ""}
{item.alias || item.title}
</Text>
{item.type === "note" ? (
<Text
numberOfLines={1}
style={{
color: colors.icon,
fontSize: 12,
fontFamily: "OpenSans-Regular"
}}
>
{item.headline}
</Text>
) : null}
</View>
</View>