Skip to content

Commit

Permalink
add display name to BaseUpdateAppModal
Browse files Browse the repository at this point in the history
  • Loading branch information
JKobrynski committed Jan 18, 2024
1 parent e38d55b commit 278d867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/UpdateAppModal/BaseUpdateAppModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ function BaseUpdateAppModal({onSubmit}: UpdateAppModalProps) {
);
}

BaseUpdateAppModal.displayName = 'BaseUpdateAppModal';

export default React.memo(BaseUpdateAppModal);

0 comments on commit 278d867

Please sign in to comment.