Skip to content

Commit

Permalink
Merge branch 'master' into frontend-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndepaola committed Jan 28, 2024
2 parents 51b170c + 429709e commit 150a12b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/common/test-constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ export const projectSelectedImage1: Project = {
},
],
cardback: null,
mostRecentlySelectedSlot: null,
};

export const projectThreeMembersSelectedImage1: Project = {
Expand Down Expand Up @@ -259,6 +260,7 @@ export const projectThreeMembersSelectedImage1: Project = {
},
],
cardback: null,
mostRecentlySelectedSlot: null,
};

export const projectSelectedImage2: Project = {
Expand All @@ -273,6 +275,7 @@ export const projectSelectedImage2: Project = {
},
],
cardback: null,
mostRecentlySelectedSlot: null,
};

//# endregion
Expand Down

0 comments on commit 150a12b

Please sign in to comment.