working with db, docker working, small error with personal data
This commit is contained in:
@@ -51,7 +51,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")) {
|
||||
@@ -150,7 +150,6 @@ class Dashboard extends Shadow {
|
||||
.gap(8);
|
||||
});
|
||||
})
|
||||
.gap(0.5, em)
|
||||
.paddingTop(4, pct)
|
||||
.paddingLeft(5, pct)
|
||||
.width(100, pct)
|
||||
|
||||
@@ -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