Update GroupStatus.vue

groups
Daniel Supernault 2 years ago
parent d723e207fd
commit 56f02fde79
No known key found for this signature in database
GPG Key ID: 23740873EE6F76A1

@ -593,6 +593,9 @@
get() {
if(this.prestatus) {
const gid = this.prestatus.gid;
if(this.prestatus.content == null) {
return ""
}
return autoLink(
this.prestatus.content,
{

Loading…
Cancel
Save