Skip to content

Commit af5e374

Browse files
committed
#RI-5265 - add memo
1 parent 7987354 commit af5e374

File tree

1 file changed

+1
-1
lines changed
  • redisinsight/ui/src/pages/browser/components/key-tree

1 file changed

+1
-1
lines changed

redisinsight/ui/src/pages/browser/components/key-tree/KeyTree.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ const KeyTree = forwardRef((props: Props, ref) => {
212212
)
213213
})
214214

215-
export default KeyTree
215+
export default React.memo(KeyTree)

0 commit comments

Comments
 (0)