Skip to content

Commit

Permalink
Update [id].tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
joyponader authored Sep 3, 2024
1 parent c9bd7ef commit e10f7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/[id].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ window.addEventListener('message', (message) => {
}
if(message.data.message === 'sendLetterEntryHeightToParent'
) {
const heightPx = `${parseInt(message.data.height, 10) + 100}px`;
const heightPx = \`\${parseInt(message.data.height, 10) + 100}px\`;
document.getElementById('briefeintragung-iframe')?.setAttribute('height', heightPx)
}
if(message.data.message === 'sendLetterEntryRegistrationSuccessToParent'
Expand Down

0 comments on commit e10f7a0

Please sign in to comment.