not sure when that got in here

This commit is contained in:
jonaswinkler 2020-12-25 19:23:53 +01:00
parent b9cf517cd1
commit 03838421bc

View File

@ -24,7 +24,7 @@ export class DashboardComponent implements OnInit {
} else if (tagUsername && tagUsername.content) {
return tagUsername.content
} else {
return "null"
return null
}
}