Skip to content

Commit eb8c6c7

Browse files
committed
fix circular prop type issue
1 parent 0182c53 commit eb8c6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/pages/[type]/[id].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@
463463
? `standard`
464464
: `brand`
465465
"
466-
:circular="auth.user && currentMember"
466+
:circular="!!auth.user && !!currentMember"
467467
>
468468
<button
469469
v-tooltip="

0 commit comments

Comments
 (0)