mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): use exact equal
This commit is contained in:
committed by
Łukasz Mierzwa
parent
e8f93602fd
commit
42e6678b68
@@ -64,7 +64,7 @@ const RenderSilence: FC<{
|
||||
},
|
||||
(prevProps, nextProps) => {
|
||||
if (
|
||||
prevProps.cluster == nextProps.cluster &&
|
||||
prevProps.cluster === nextProps.cluster &&
|
||||
prevProps.silenceID === nextProps.silenceID
|
||||
) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user