Skip to content

Commit

Permalink
removed sandbox area {planid} title and removed unnecessary console log
Browse files Browse the repository at this point in the history
  • Loading branch information
denniwang committed Oct 27, 2024
1 parent b2798a6 commit 63ec400
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontend/components/Sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ const SidebarContainer: React.FC<PropsWithChildren<SidebarContainerProps>> = ({
notesObject[planId] = notes;
// have a notes object plan_id (number | string) -> note (string)
localStorage.setItem("notes", JSON.stringify(notesObject));
console.log("New notes: ", e.target.value);
//console.log("New notes: ", e.target.value);
};

useEffect(() => {
Expand Down Expand Up @@ -449,7 +449,7 @@ const SidebarContainer: React.FC<PropsWithChildren<SidebarContainerProps>> = ({
fontSize="sm"
fontWeight="bold"
>
Sandbox Area {planId}
Sandbox Area
</Text>
</Flex>
<Text
Expand Down

0 comments on commit 63ec400

Please sign in to comment.