Merge pull request #569 from ckd/prettier-fixes

linting fixes for prettier
This commit is contained in:
Simon Larsen 2023-07-29 22:58:54 +01:00 committed by GitHub
commit 9b797b5eed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 11 additions and 10 deletions

View File

@ -74,7 +74,7 @@ const IncidentView: FunctionComponent<PageComponentProps> = (
name="Incident Details"
cardProps={{
title: 'Incident Details',
description: "Here are more details for this incident.",
description: 'Here are more details for this incident.',
icon: IconProp.AltGlobe,
}}
isEditable={true}

View File

@ -129,7 +129,7 @@ const MonitorView: FunctionComponent<PageComponentProps> = (
]}
cardProps={{
title: 'Monitor Details',
description: "Here are more details for this monitor.",
description: 'Here are more details for this monitor.',
icon: IconProp.AltGlobe,
}}
isEditable={true}

View File

@ -58,7 +58,8 @@ const OnCallDutyPolicyView: FunctionComponent<PageComponentProps> = (
name="On-Call Policy > On-Call Policy Details"
cardProps={{
title: 'On-Call Policy Details',
description: "Here are more details for this on-call policy.",
description:
'Here are more details for this on-call policy.',
icon: IconProp.Call,
}}
formSteps={[

View File

@ -72,7 +72,7 @@ const ScheduledMaintenanceView: FunctionComponent<PageComponentProps> = (
name="Scheduled Maintenance Details"
cardProps={{
title: 'Scheduled Maintenance Details',
description: "Here are more details for this event.",
description: 'Here are more details for this event.',
icon: IconProp.Clock,
}}
formSteps={[

View File

@ -65,7 +65,7 @@ const APIKeyView: FunctionComponent<PageComponentProps> = (
name="API Key Details"
cardProps={{
title: 'API Key Details',
description: "Here are more details for this API Key.",
description: 'Here are more details for this API Key.',
icon: IconProp.Terminal,
}}
isEditable={true}

View File

@ -134,7 +134,7 @@ const Settings: FunctionComponent<ComponentProps> = (
name="Plan Details"
cardProps={{
title: 'Current Plan',
description: "Here are more details for this Project.",
description: 'Here are more details for this Project.',
icon: IconProp.Billing,
}}
isEditable={true}

View File

@ -38,7 +38,7 @@ const Settings: FunctionComponent<PageComponentProps> = (
name="Project Details"
cardProps={{
title: 'Project Details',
description: "Here are more details for this Project.",
description: 'Here are more details for this Project.',
icon: IconProp.Folder,
}}
isEditable={true}

View File

@ -70,7 +70,7 @@ const TeamView: FunctionComponent<PageComponentProps> = (
name="Team Details"
cardProps={{
title: 'Team Details',
description: "Here are more details for this team.",
description: 'Here are more details for this team.',
icon: IconProp.User,
}}
isEditable={true}

View File

@ -61,7 +61,7 @@ const StatusPageView: FunctionComponent<PageComponentProps> = (
name="Status Page > Status Page Details"
cardProps={{
title: 'Status Page Details',
description: "Here are more details for this status page.",
description: 'Here are more details for this status page.',
icon: IconProp.CheckCircle,
}}
formSteps={[

View File

@ -65,7 +65,7 @@ const Delete: FunctionComponent<PageComponentProps> = (
name="Workflow > Workflow Details"
cardProps={{
title: 'Workflow Details',
description: "Here are more details for this workflow.",
description: 'Here are more details for this workflow.',
icon: IconProp.Workflow,
}}
isEditable={true}