feat: add board group models and update related interfaces
This commit is contained in:
@@ -40,7 +40,9 @@ export function SignInButton(props: ComponentProps<typeof ClerkSignInButton>) {
|
||||
return <ClerkSignInButton {...props} />;
|
||||
}
|
||||
|
||||
export function SignOutButton(props: ComponentProps<typeof ClerkSignOutButton>) {
|
||||
export function SignOutButton(
|
||||
props: ComponentProps<typeof ClerkSignOutButton>,
|
||||
) {
|
||||
if (!isClerkEnabled()) return null;
|
||||
return <ClerkSignOutButton {...props} />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user