Skip to content
This repository has been archived by the owner on Aug 14, 2021. It is now read-only.

Commit

Permalink
fix: Broken references should render nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Jan 1, 2020
1 parent 66f63dd commit 81e5a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/default/partials/member.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{{> member.signatures}}
{{else}}{{#if hasGetterOrSetter}}
{{> member.getterSetter}}
{{else}}{{#if tryGetTargetReflectionDeep}}
{{else}}{{#if isReference}}
{{> member.reference}}
{{else}}
{{> member.declaration}}
Expand Down

0 comments on commit 81e5a4b

Please sign in to comment.