From 0e28fcc9a20e1194427c40f784f8482ac7f81670 Mon Sep 17 00:00:00 2001 From: Nick B Date: Sun, 8 Sep 2024 15:11:37 -0700 Subject: [PATCH] Added in a TODO for the potential to fold the rich desktop and rich mobile components together (if no changes come to fork their functionality). --- .../apps/base/components/header_bar/menu_desktop_rich_menu.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/js/apps/base/components/header_bar/menu_desktop_rich_menu.tsx b/static/js/apps/base/components/header_bar/menu_desktop_rich_menu.tsx index de4a9d1cb7..221e15b08d 100644 --- a/static/js/apps/base/components/header_bar/menu_desktop_rich_menu.tsx +++ b/static/js/apps/base/components/header_bar/menu_desktop_rich_menu.tsx @@ -16,6 +16,8 @@ /* A component to render the rich menu drop-down for the desktop menu */ +//TODO: Look into folding this into the same component as the mobile version, pending no changes to the structure. + import React, { ReactElement } from "react"; import { HeaderMenuV2, Routes } from "../../../../shared/types/base";