From a306d0890998fb7216316b4c46900476e86b1356 Mon Sep 17 00:00:00 2001 From: Zoe Steinkamp Date: Thu, 19 Dec 2019 10:13:41 -0700 Subject: [PATCH] feat(ui): Add the view check page prettier fix --- ui/src/alerting/components/CheckHistory.tsx | 1 - ui/src/alerting/components/CheckHistoryVisualization.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/ui/src/alerting/components/CheckHistory.tsx b/ui/src/alerting/components/CheckHistory.tsx index c018e181e4..ce180d0996 100644 --- a/ui/src/alerting/components/CheckHistory.tsx +++ b/ui/src/alerting/components/CheckHistory.tsx @@ -25,7 +25,6 @@ import {ResourceIDs} from 'src/alerting/reducers/checks' import GetResources, {ResourceType} from 'src/shared/components/GetResources' import {AppState, Check, TimeZone} from 'src/types' - interface OwnProps { params: {orgID: string; checkID: string} } diff --git a/ui/src/alerting/components/CheckHistoryVisualization.tsx b/ui/src/alerting/components/CheckHistoryVisualization.tsx index f3809a55e2..ef4b30c8ae 100644 --- a/ui/src/alerting/components/CheckHistoryVisualization.tsx +++ b/ui/src/alerting/components/CheckHistoryVisualization.tsx @@ -16,7 +16,6 @@ import {checkResultsLength} from 'src/shared/utils/vis' import {getTimeRangeVars} from 'src/variables/utils/getTimeRangeVars' import {TimeRange} from 'src/types' - export const ResourceIDsContext = createContext(null) interface OwnProps {