Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
prv-proton committed Jan 9, 2025
1 parent 4de5dcb commit 3d828da
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,7 @@ vi.mock('react-i18next', () => ({
) {
return ['Guide 1', 'Guide 2', 'Guide 3'] // Mocked guide objects
}

// Handle other keys with or without options
switch (key) {
case 'allocationAgreement:allocationAgreementTitle':
return 'Add Allocation Agreement Rows'
case 'allocationAgreement:noAllocationAgreementsFound':
return 'No Allocation Agreements Found'
default:
return key // Fallback to returning the key
}
return key
})
})
}))
Expand Down

0 comments on commit 3d828da

Please sign in to comment.