Skip to content

Commit e378ca2

Browse files
committed
Fix build
1 parent 1bcdc9d commit e378ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/partials/page-shield/alerts-intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ params:
55

66
import { Render, Markdown } from "~/components";
77

8-
Once you have activated Page Shield's client-side resource monitoring, you can set up one or more alerts informing you of relevant client-side changes on your zones. <Markdown text={props.availabilityDetails} />
8+
Once you have activated Page Shield's client-side resource monitoring, you can set up one or more alerts informing you of relevant client-side changes on your zones. <Markdown text={props.availabilityDetails ?? ""} />

0 commit comments

Comments
 (0)