We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7170f commit 871f176Copy full SHA for 871f176
app/components/@settings/core/AvatarDropdown.tsx
@@ -5,7 +5,6 @@ import { classNames } from '~/utils/classNames';
5
import { profileStore } from '~/lib/stores/profile';
6
import type { TabType, Profile } from './types';
7
8
-
9
interface AvatarDropdownProps {
10
onSelectTab: (tab: TabType) => void;
11
}
0 commit comments