diff --git a/packages/web/src/components/ViewManager.tsx b/packages/web/src/components/ViewManager.tsx index 5ab9477d..7f30e336 100644 --- a/packages/web/src/components/ViewManager.tsx +++ b/packages/web/src/components/ViewManager.tsx @@ -428,7 +428,7 @@ const ViewManager: React.FC = ({ viewMode }) => { {isTypeDropdownOpen && ( -
+
{typeOptions.map((option, index) => ( {isStatusDropdownOpen && ( -
+
{statusOptions.map((option, index) => ( {isPriorityDropdownOpen && ( -
+
{priorityOptions.map((option, index) => ( {isContributorDropdownOpen && ( -
+
{contributorOptions.map((option, index) => (