Fix market description
This commit is contained in:
parent
ce0084fc20
commit
9417e28076
|
@ -25,7 +25,7 @@ templ Market(m types.Market, q0 types.MarketQuote, q1 types.MarketQuote, uQ0 int
|
|||
<div class="text-center text-muted my-1"></div>
|
||||
<blockquote cite="ekzyis" class="p-4 mb-4 border-s-4 border-muted">
|
||||
if m.Description != "" {
|
||||
m.Description
|
||||
{ m.Description }
|
||||
} else {
|
||||
<empty>
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue