Well, sending messages took longer than it should have
This commit is contained in:
@@ -12,6 +12,9 @@ class MarketSidebar extends Shadow {
|
||||
|
||||
render() {
|
||||
VStack(() => {
|
||||
|
||||
p("Make")
|
||||
|
||||
HStack(() => {
|
||||
input()
|
||||
.attr({
|
||||
@@ -40,6 +43,8 @@ class MarketSidebar extends Shadow {
|
||||
.marginLeft(0.5, em)
|
||||
})
|
||||
|
||||
p("Condition")
|
||||
|
||||
HStack(() => {
|
||||
input()
|
||||
.attr({
|
||||
|
||||
Reference in New Issue
Block a user