Skip to content

Commit b2f1fd8

Browse files
committed
Merge branch 'bugfix/CMS-46517-loose-tuples' of github.com:episerver/content-js-sdk into bugfix/CMS-46517-loose-tuples
2 parents f5a72dc + ee1dbbb commit b2f1fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__test__/test-website/src/components/with-display-templates.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export function Component6({}: Props6) {
142142
return <div>This is Component6</div>;
143143
}
144144

145-
export function Component7({}: Props6) {
145+
export function Component7({}: Props7) {
146146
return <div>This is Component7</div>;
147147
}
148148
export function Component3C({ opti }: Props3) {

0 commit comments

Comments
 (0)