Skip to content

Commit

Permalink
Add a displayName
Browse files Browse the repository at this point in the history
  • Loading branch information
blazejkustra committed Dec 27, 2023
1 parent 0502b00 commit 2498c82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/workspace/WorkspacesListRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,6 @@ function WorkspacesListRow({
);
}

WorkspacesListRow.displayName = 'WorkspacesListRow';

export default withCurrentUserPersonalDetails(WorkspacesListRow);

0 comments on commit 2498c82

Please sign in to comment.