Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove void statement which can cause errors
Actual handling of "homepage" seems to happen a few lines above, and uses optional chaining (`?.`), so it seems these lines can be removed with no negative consequences. If left in, they cause errors when the additional display does not contain "homepage".
- Loading branch information