Skip to content

Commit

Permalink
Update code/addons/toolbars/src/components/ToolbarMenuList.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
  • Loading branch information
tmeasday and shilman committed Jun 12, 2024
1 parent 86ac28e commit 073da49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/addons/toolbars/src/components/ToolbarMenuList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const ToolbarMenuList: FC<ToolbarMenuListProps> = withKeyboardCycle(
const currentValue = globals[id];
const hasGlobalValue = !!currentValue;
const isOverridden = !deepEqual(currentValue, userGlobals[id]);
console.log({ currentValue, raw: userGlobals[id], isOverridden });
let icon = _icon;
let title = _title;

Expand Down

0 comments on commit 073da49

Please sign in to comment.