Skip to content

Commit cd17bbb

Browse files
committed
fix: increase min grid size from 2 to 6
1 parent 3d79c2f commit cd17bbb

File tree

1 file changed

+1
-1
lines changed
  • plugins/plugin-codeflare-dashboard/src/components/Dashboard

1 file changed

+1
-1
lines changed

Diff for: plugins/plugin-codeflare-dashboard/src/components/Dashboard/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class Grid extends React.PureComponent<GridProps> {
160160
* just the length of a side in the grid/heat map).
161161
*/
162162
private get minMatrixSize() {
163-
return 2
163+
return 6
164164
}
165165

166166
private matrixModel(): Worker[][] {

0 commit comments

Comments
 (0)