3.0 Beta 6
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
|
||||
<main id="content">
|
||||
<div id="content_tint">
|
||||
@if (router.url.startsWith("/chat/dm") && router.url.startsWith("/chat/picture")) {
|
||||
@if (router.url.startsWith("/chat/dm") || router.url.startsWith("/chat/picture")) {
|
||||
<!-- To ensure data is loaded -->
|
||||
@defer (when serviceManager.chatsStatus() != LoadStatus.loading) {
|
||||
<router-outlet/>
|
||||
|
||||
Reference in New Issue
Block a user