Skip to content

Commit

Permalink
#737 clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiga115 committed Dec 20, 2023
1 parent e6234ae commit 6298e40
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ const WorkspaceResourceBrowser = (props: WorkspaceProps) => {
onToggle: () => void;
}) => {
const { label, Icon, open, resources, onToggle } = tprops;
// const [open, setOpen] = React.useState(defaultOpen);

return (
<>
Expand Down Expand Up @@ -272,7 +271,7 @@ const WorkspaceResourceBrowser = (props: WorkspaceProps) => {
</>
);
};
console.log("resourceOpenState: ", resourceOpenState)

return (
<Box className="verticalFill">
<Box width="100%" className="verticalFill">
Expand Down

0 comments on commit 6298e40

Please sign in to comment.