From 1442381eadba40a0b7f4ced93173bc1f268ab894 Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 11 Oct 2024 15:04:19 -0400 Subject: [PATCH] lint --- frontend/src/components/modals/DropdownMultiselect.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/modals/DropdownMultiselect.tsx b/frontend/src/components/modals/DropdownMultiselect.tsx index 85ddab7d..d2e4937f 100644 --- a/frontend/src/components/modals/DropdownMultiselect.tsx +++ b/frontend/src/components/modals/DropdownMultiselect.tsx @@ -2,11 +2,11 @@ import { DialogButton, DialogCheckbox, DialogCheckboxProps, - findModule, Marquee, Menu, MenuItem, Module, + findModule, showContextMenu, } from '@decky/ui'; import { FC, useCallback, useEffect, useState } from 'react'; @@ -14,9 +14,7 @@ import { useTranslation } from 'react-i18next'; import { FaChevronDown } from 'react-icons/fa'; // TODO add to dfl -const dropDownControlButtonClasses = findModule((m: Module) => - m?.DropDownControlButton && m?.["duration-app-launch"], -); +const dropDownControlButtonClasses = findModule((m: Module) => m?.DropDownControlButton && m?.['duration-app-launch']); const DropdownMultiselectItem: FC< {