Skip to content

Commit 3f275ff

Browse files
committed
modified
1 parent 058543c commit 3f275ff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/Header/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ function Header() {
3838
const greenlake = data?.greenlake?.edges;
3939

4040
const GreenLakeButtonLinks = ({ column }) => {
41-
/* const leftColumn = greenlake.filter((gl, index) => index % 2 === 0); */
42-
const leftColumn = greenlake;
43-
const rightColumn = greenlake.filter((gl, index) => index % 2);
44-
41+
/* const leftColumn = greenlake.filter((gl, index) => index % 2 === 0); */
42+
const leftColumn = greenlake;
43+
const rightColumn = greenlake.filter((gl, index) => index % 2);
44+
4545
const externalLinks = [
4646
{
4747
title: 'HPE GreenLake API Portal',

0 commit comments

Comments
 (0)