From 04365cd21355ed000389c764543811e675c3b211 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Mon, 7 Feb 2022 12:12:35 -0500 Subject: [PATCH] display only 1 `` Per code review feedback, it's arguably unnecessary to display duplicate ``, especially given the preceding contextual sentence noting the supported annotations. Signed-off-by: Mike Ball --- plugins/splunk-on-call/src/components/EntitySplunkOnCallCard.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/splunk-on-call/src/components/EntitySplunkOnCallCard.tsx b/plugins/splunk-on-call/src/components/EntitySplunkOnCallCard.tsx index 70aeb98cbd..4a6f983636 100644 --- a/plugins/splunk-on-call/src/components/EntitySplunkOnCallCard.tsx +++ b/plugins/splunk-on-call/src/components/EntitySplunkOnCallCard.tsx @@ -55,7 +55,6 @@ export const MissingAnnotation = () => ( {SPLUNK_ON_CALL_ROUTING_KEY} annotation. - );