Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ehconitin committed Nov 13, 2024
1 parent 3306273 commit 74de6a7
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ import { Dropdown } from '@/ui/layout/dropdown/components/Dropdown';
import { DropdownMenu } from '@/ui/layout/dropdown/components/DropdownMenu';
import { DropdownMenuItemsContainer } from '@/ui/layout/dropdown/components/DropdownMenuItemsContainer';
import { useDropdown } from '@/ui/layout/dropdown/hooks/useDropdown';
import { isAdvancedModeEnabledState } from '@/ui/navigation/navigation-drawer/states/isAdvancedModeEnabledState';
import { useRecoilValue } from 'recoil';

type SettingsDataModelFieldSelectFormOptionRowProps = {
className?: string;
Expand Down Expand Up @@ -82,7 +80,6 @@ export const SettingsDataModelFieldSelectFormOptionRow = ({
option,
isNewRow,
}: SettingsDataModelFieldSelectFormOptionRowProps) => {
const isAdvancedModeEnabled = useRecoilValue(isAdvancedModeEnabledState);
const theme = useTheme();

const dropdownIds = useMemo(() => {
Expand Down

0 comments on commit 74de6a7

Please sign in to comment.