Skip to content

Commit 1c0536e

Browse files
committed
call accessor
1 parent 0d4fb6a commit 1c0536e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/solid/start-clerk-basic/src/components/DefaultCatchBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function DefaultCatchBoundary({ error }: ErrorComponentProps) {
2828
>
2929
Try Again
3030
</button>
31-
{isRoot ? (
31+
{isRoot() ? (
3232
<Link
3333
to="/"
3434
class={`px-2 py-1 bg-gray-600 dark:bg-gray-700 rounded-sm text-white uppercase font-extrabold`}

0 commit comments

Comments
 (0)