diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/Silences.tsx b/ui/src/Components/Grid/AlertGrid/AlertGroup/Silences.tsx index 2a2e2d8e4..3a3ab1828 100644 --- a/ui/src/Components/Grid/AlertGrid/AlertGroup/Silences.tsx +++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/Silences.tsx @@ -64,7 +64,7 @@ const RenderSilence: FC<{ }, (prevProps, nextProps) => { if ( - prevProps.cluster == nextProps.cluster && + prevProps.cluster === nextProps.cluster && prevProps.silenceID === nextProps.silenceID ) { return (