Skip to content

Commit

Permalink
update lifecycle hook for height computation (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
it-harrison authored Aug 28, 2023
1 parent cfa2ffc commit c5b2d17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class VaAdditionalInfo {
/* eslint-enable i18next/no-literal-string */
}

componentDidLoad() {
componentDidRender() {
this.updateInfoMaxHeight();
}

Expand Down

0 comments on commit c5b2d17

Please sign in to comment.