Skip to content

Commit

Permalink
Fix: user mode crash issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Mar 5, 2024
1 parent fa19da9 commit d29cbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const User: React.FC<ISTKProps> = (props) => {
return (
<div
className={twMerge("h-full min-h-[85vh] flex flex-col relative", props.styles?.root?.className)}
style={props?.styles.root?.properties}
style={props?.styles?.root?.properties}
>
<Workspace {...props} />
</div>
Expand Down

0 comments on commit d29cbf9

Please sign in to comment.