UX: Allow claim of topic via posts
This commit is contained in:
parent
2394cf1d75
commit
d39c19c166
|
@ -1,3 +1 @@
|
|||
{{#if actableFilter}}
|
||||
{{claim-topic topic=flaggedPost.topic}}
|
||||
{{/if}}
|
||||
{{claim-topic topic=flaggedPost.topic}}
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
export default {
|
||||
shouldRender(args) {
|
||||
return args.actableFilter && !args.topic;
|
||||
}
|
||||
};
|
Loading…
Reference in New Issue