From 2498c82ee2915462252968cda506c3965b7c8ffd Mon Sep 17 00:00:00 2001 From: Blazej Kustra Date: Wed, 27 Dec 2023 14:45:05 +0100 Subject: [PATCH] Add a displayName --- src/pages/workspace/WorkspacesListRow.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/workspace/WorkspacesListRow.tsx b/src/pages/workspace/WorkspacesListRow.tsx index 0d208aaa44c8..1a28ff47bbde 100755 --- a/src/pages/workspace/WorkspacesListRow.tsx +++ b/src/pages/workspace/WorkspacesListRow.tsx @@ -172,4 +172,6 @@ function WorkspacesListRow({ ); } +WorkspacesListRow.displayName = 'WorkspacesListRow'; + export default withCurrentUserPersonalDetails(WorkspacesListRow);