chore: fix the return type I missed

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-11-08 17:44:28 +01:00
parent c67e023eae
commit f4477bc907
@@ -80,7 +80,7 @@ export class RouteRefImpl<Params extends AnyParams>
/** @deprecated use `useRouteRef` instead */
get path() {
return this;
return this.config.path ?? '';
}
get icon() {