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);