Skip to content

Commit

Permalink
fix: remove managing of dropdown flag from layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mayan-000 committed Feb 21, 2024
1 parent 8e925a3 commit 8d19cf5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/extension/src/view/devtools/components/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ const Layout = ({ setSidebarData }: LayoutProps) => {

return acc;
}, {});
psData.children['cookies'].dropdownOpen =
Object.keys(psData.children['cookies'].children).length > 0;

const showInspectButton =
canStartInspecting && Boolean(Object.keys(tabFrames || {}).length);
Expand Down

0 comments on commit 8d19cf5

Please sign in to comment.