Skip to content

Commit d29cbf9

Browse files
committed
Fix: user mode crash issue
1 parent fa19da9 commit d29cbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const User: React.FC<ISTKProps> = (props) => {
3838
return (
3939
<div
4040
className={twMerge("h-full min-h-[85vh] flex flex-col relative", props.styles?.root?.className)}
41-
style={props?.styles.root?.properties}
41+
style={props?.styles?.root?.properties}
4242
>
4343
<Workspace {...props} />
4444
</div>

0 commit comments

Comments
 (0)