Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCRVS 6085: Configurable handlebars #763

Merged
merged 2 commits into from
Oct 20, 2023

Conversation

euanmillar
Copy link
Collaborator

No description provided.

@euanmillar euanmillar changed the base branch from develop to release-v1.3.1 October 19, 2023 20:53
Comment on lines +3 to +8
export const loud: Handlebars.HelperDelegate = function (
this: any,
value: string
) {
return value.toUpperCase()
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
export const loud: Handlebars.HelperDelegate = function (
this: any,
value: string
) {
return value.toUpperCase()
}
export const loud: Handlebars.HelperDelegate = (intl: IntlShape) => {
return function (
this: any,
value: string
) {
return value.toUpperCase()
}
}

@euanmillar euanmillar merged commit 25fa93f into release-v1.3.1 Oct 20, 2023
1 check passed
@euanmillar euanmillar deleted the configurable-handlebars branch October 20, 2023 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants