liked your custom feed{0} to liked your custom feed {0}

This commit is contained in:
Minseo Lee
2024-01-21 14:36:16 +09:00
parent 989b71aee7
commit 43ae67bd03
+2 -2
View File
@@ -168,8 +168,8 @@ let FeedItem = ({
iconStyle = [s.blue3 as FontAwesomeIconStyle] iconStyle = [s.blue3 as FontAwesomeIconStyle]
} else if (item.type === 'feedgen-like') { } else if (item.type === 'feedgen-like') {
action = _( action = _(
msg`liked your custom feed${ msg`liked your custom feed ${
item.subjectUri ? ` '${new AtUri(item.subjectUri).rkey}'` : '' item.subjectUri ? `'${new AtUri(item.subjectUri).rkey}'` : ''
}`, }`,
) )
icon = 'HeartIconSolid' icon = 'HeartIconSolid'