diff --git a/website/client/components/chat/chatCard.vue b/website/client/components/chat/chatCard.vue index 9f29c18e4e..e08f54512c 100644 --- a/website/client/components/chat/chatCard.vue +++ b/website/client/components/chat/chatCard.vue @@ -24,7 +24,7 @@ div .svg-icon(v-html="icons.copy") | {{$t('copyAsTodo')}} // @TODO make copyAsTodo work in the inbox - span.action(v-if='user.flags.communityGuidelinesAccepted && msg.uuid !== "system"', @click='report(msg)') + span.action(v-if='!inbox && user.flags.communityGuidelinesAccepted && msg.uuid !== "system"', @click='report(msg)') .svg-icon(v-html="icons.report") | {{$t('report')}} // @TODO make flagging/reporting work in the inbox. NOTE: it must work even if the communityGuidelines are not accepted and it MUST work for messages that you have SENT as well as received. -- Alys diff --git a/website/client/components/shops/market/index.vue b/website/client/components/shops/market/index.vue index ad6b9897d7..5ea95401ac 100644 --- a/website/client/components/shops/market/index.vue +++ b/website/client/components/shops/market/index.vue @@ -162,7 +162,7 @@ ) span.svg-icon.inline.icon-12.color(v-html="icons.pin") - keys-to-kennel(v-if='category.identifier === "special"') + //keys-to-kennel(v-if='category.identifier === "special"') div.fill-height