From 2659adc22a41ab70f5131d72ab186b85a844e9e0 Mon Sep 17 00:00:00 2001 From: Madison Date: Wed, 3 Sep 2025 14:34:22 -0500 Subject: [PATCH] lint --- .../stack-auth/stack-user-button-demo.tsx | 38 +++++++++---------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/docs/src/components/stack-auth/stack-user-button-demo.tsx b/docs/src/components/stack-auth/stack-user-button-demo.tsx index 51a00cf3a..b9c062797 100644 --- a/docs/src/components/stack-auth/stack-user-button-demo.tsx +++ b/docs/src/components/stack-auth/stack-user-button-demo.tsx @@ -121,25 +121,25 @@ export function MyComponent() { → Using mock data (sign in to see your account) )} -
- {/* Component demo label */} -
- Component Demo -
- -
- console.log("color mode toggle clicked") : undefined} - extraItems={props.extraItems ? [{ - text: 'Custom Action', - icon: , - onClick: () => console.log('Custom action clicked') - }] : undefined} - /> -
-
+
+ {/* Component demo label */} +
+ Component Demo +
+ +
+ console.log("color mode toggle clicked") : undefined} + extraItems={props.extraItems ? [{ + text: 'Custom Action', + icon: , + onClick: () => console.log('Custom action clicked') + }] : undefined} + /> +
+