Don't interpolate rkey (#2691)

This commit is contained in:
Eric Bailey
2024-01-30 17:09:21 -06:00
committed by GitHub
parent bb7ce215f7
commit 2ce9ab7da0
+1 -3
View File
@@ -167,9 +167,7 @@ let FeedItem = ({
icon = 'user-plus'
iconStyle = [s.blue3 as FontAwesomeIconStyle]
} else if (item.type === 'feedgen-like') {
action = item.subjectUri
? _(msg`liked your custom feed '${new AtUri(item.subjectUri).rkey}'`)
: _(msg`liked your custom feed`)
action = _(msg`liked your custom feed`)
icon = 'HeartIconSolid'
iconStyle = [
s.likeColor as FontAwesomeIconStyle,