Skip to content

Commit

Permalink
chore: update comments to no longer reflect 3 diffs scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevespi committed May 24, 2024
1 parent 29a47b7 commit 9c065d0
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ const mockQueryPayloadEP = {
edges: [
{
node: {
proponentsSharePercentage: 5, // will trigger three diffs
totalProjectValue: 6, // will trigger three diffs
proponentsSharePercentage: 5, // will trigger diffs
totalProjectValue: 6, // will trigger diffs
newFormData: {
projectId: "Test Project ID",
maxFundingAmount: 200,
Expand Down Expand Up @@ -71,8 +71,8 @@ const mockQueryPayloadEP = {
edges: [
{
node: {
proponentsSharePercentage: 10, // will trigger three diffs
totalProjectValue: 12, // will trigger three diffs
proponentsSharePercentage: 10, // will trigger diffs
totalProjectValue: 12, // will trigger diffs
newFormData: {
projectId: "Test Project ID",
maxFundingAmount: 200,
Expand Down Expand Up @@ -127,8 +127,8 @@ const mockQueryPayloadIA = {
edges: [
{
node: {
proponentsSharePercentage: 7, // will trigger three diffs
totalProjectValue: 8, // will trigger three diffs
proponentsSharePercentage: 7, // will trigger diffs
totalProjectValue: 8, // will trigger diffs
newFormData: {
projectId: "Test Project ID",
maxFundingAmount: 501,
Expand All @@ -149,8 +149,8 @@ const mockQueryPayloadIA = {
edges: [
{
node: {
proponentsSharePercentage: 14, // will trigger three diffs
totalProjectValue: 16, // will trigger three diffs
proponentsSharePercentage: 14, // will trigger diffs
totalProjectValue: 16, // will trigger diffs
newFormData: {
projectId: "Test Project ID",
maxFundingAmount: 500,
Expand Down

0 comments on commit 9c065d0

Please sign in to comment.