Skip to content

Commit 4e17279

Browse files
committed
feat: set grid cmp display name
1 parent 04c984b commit 4e17279

File tree

1 file changed

+2
-0
lines changed
  • electron/renderer/components/grid

1 file changed

+2
-0
lines changed

electron/renderer/components/grid/grid.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,5 @@ export const Grid: React.FC<GridProps> = (props: GridProps): ReactNode => {
9292
</div>
9393
);
9494
};
95+
96+
Grid.displayName = 'Grid';

0 commit comments

Comments
 (0)