working with db, docker working, small error with personal data
This commit is contained in:
@@ -48,7 +48,7 @@ class Dashboard extends Shadow {
|
||||
VStack(() => {
|
||||
|
||||
if(window.location.pathname.startsWith("/my")) {
|
||||
h1(global.profile.name);
|
||||
h1(global.profile.first_name + " " + global.profile.last_name);
|
||||
return
|
||||
}
|
||||
else if(!window.location.pathname.includes("comalyr")) {
|
||||
|
||||
Reference in New Issue
Block a user