diff --git a/apps/supernova/src/components/silences/SilencesItem.jsx b/apps/supernova/src/components/silences/SilencesItem.jsx index c426b7519..1f9cd591d 100644 --- a/apps/supernova/src/components/silences/SilencesItem.jsx +++ b/apps/supernova/src/components/silences/SilencesItem.jsx @@ -41,7 +41,7 @@ const SilencesItem = ({ silence }, ref) => { { - /// show the expire button only if the silence is active or pending + /// show the expire button only if the sdsdfilence is active or pending silence?.status?.state === constants.SILENCE_ACTIVE || silence?.status?.state === constants.SILENCE_PENDING || silence?.status?.state === constants.SILENCE_CREATING ? (