excerpt fixes
This commit is contained in:
@@ -7,23 +7,23 @@ export default class TopicStatusColumn extends Component {
|
|||||||
@service siteSettings;
|
@service siteSettings;
|
||||||
|
|
||||||
get badge() {
|
get badge() {
|
||||||
// if (this.args.topic.is_hot) {
|
if (this.args.topic.is_hot) {
|
||||||
// return {
|
return {
|
||||||
// icon: "fire",
|
icon: "fire",
|
||||||
// text: "topic_hot",
|
text: "topic_hot",
|
||||||
// className: "--hot",
|
className: "--hot",
|
||||||
// };
|
};
|
||||||
// }
|
}
|
||||||
|
|
||||||
// if (this.args.topic.pinned) {
|
if (this.args.topic.pinned) {
|
||||||
return {
|
return {
|
||||||
icon: "thumbtack",
|
icon: "thumbtack",
|
||||||
text: "topic_pinned",
|
text: "topic_pinned",
|
||||||
className: "--pinned",
|
className: "--pinned",
|
||||||
};
|
};
|
||||||
// }
|
}
|
||||||
|
|
||||||
// return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
Reference in New Issue
Block a user