From 83b4ad458ab1ad4c4a8d0e9c752558a92695b8c3 Mon Sep 17 00:00:00 2001 From: Balaji K Date: Tue, 17 Oct 2023 14:13:01 +0530 Subject: [PATCH] #24774 Converted ./plugins/rhs_plugin/rhs_plugin.tsx to Function Component (#24802) * #24774 Converted ./plugins/rhs_plugin/rhs_plugin.tsx to Function Component * Fixed the lint errors and removed explicit FC type * Added memo to make the functional component pure.