mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-18 11:03:17 +00:00
Update GroupStatus.vue
This commit is contained in:
parent
d723e207fd
commit
56f02fde79
1 changed files with 3 additions and 0 deletions
|
@ -593,6 +593,9 @@
|
||||||
get() {
|
get() {
|
||||||
if(this.prestatus) {
|
if(this.prestatus) {
|
||||||
const gid = this.prestatus.gid;
|
const gid = this.prestatus.gid;
|
||||||
|
if(this.prestatus.content == null) {
|
||||||
|
return ""
|
||||||
|
}
|
||||||
return autoLink(
|
return autoLink(
|
||||||
this.prestatus.content,
|
this.prestatus.content,
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue