Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(docs-template): type guard for boolean
isPageIncomplete variable is truthy or falsy but the banner notification component accept a boolean props. So we convert truthy or falsy to true or false Refs: ethereum#6392
- Loading branch information