Don't interpolate rkey (#2691)

zio/stable
Eric Bailey 2024-01-30 17:09:21 -06:00 committed by GitHub
parent bb7ce215f7
commit 2ce9ab7da0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

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,