lint
parent
cebb10bfe4
commit
ed4b31767f
|
@ -810,7 +810,7 @@ export function ShellMain(props: LayoutProps) {
|
|||
{!isLocaleReady ? <SkeletonText invisible /> : props.heading}
|
||||
</h1>
|
||||
)}
|
||||
{props.subtitle && (
|
||||
{props.subtitle && (
|
||||
<p className="hidden text-sm text-gray-500 sm:block">
|
||||
{!isLocaleReady ? <SkeletonText invisible /> : props.subtitle}
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue