mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 15:54:58 -05:00
fix: crash
This commit is contained in:
commit
9b6c1f07f9
@ -48,7 +48,9 @@ export default function LayoutPart({
|
|||||||
</BreadcrumbList>
|
</BreadcrumbList>
|
||||||
</Breadcrumb>
|
</Breadcrumb>
|
||||||
</div>
|
</div>
|
||||||
{!loading && incidents !== null && (
|
{!loading &&
|
||||||
|
incidents !== null &&
|
||||||
|
(incidents as Array<any>).length > 0 && (
|
||||||
<div className="justify-self-center items-center text-center pb-2 pt-2 rounded border my-1 px-2 bg-red-500 text-white">
|
<div className="justify-self-center items-center text-center pb-2 pt-2 rounded border my-1 px-2 bg-red-500 text-white">
|
||||||
<strong className="text-sm">
|
<strong className="text-sm">
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user