show event-type headline even if description is empty (#2359)
parent
279b4d57f1
commit
9948f9d854
2
apps/api
2
apps/api
|
@ -1 +1 @@
|
|||
Subproject commit e6cd2388033a4eacf615fde713891460722380f0
|
||||
Subproject commit 378cbf8f3a67ea7877296f1da02edb2b6e3efbce
|
|
@ -350,7 +350,7 @@ export default function Shell(props: {
|
|||
</Button>
|
||||
</div>
|
||||
)}
|
||||
{props.heading && props.subtitle && (
|
||||
{props.heading && (
|
||||
<div
|
||||
className={classNames(
|
||||
props.large && "bg-gray-100 py-8 lg:mb-8 lg:pt-16 lg:pb-7",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 25e75c810c0d6c2af558e1ced295f009d1ccd1da
|
||||
Subproject commit afd0fd9f4b4025d897ebfe8046e1c9d946995186
|
Loading…
Reference in New Issue