custom app rendering
This commit is contained in:
@@ -10,7 +10,6 @@ class PeopleCard extends Shadow {
|
||||
render() {
|
||||
HStack(() => {
|
||||
HStack(() => {
|
||||
console.log(this.imgSrc)
|
||||
if (this.imgSrc && !this.imgSrc.includes("null")) {
|
||||
img(this.imgSrc, "3em", "3em")
|
||||
.borderRadius(100, pct)
|
||||
|
||||
Reference in New Issue
Block a user