Skip to content

Commit 871f176

Browse files
committed
style: remove extra blank line in AvatarDropdown component
- Clean up formatting from linting process - Remove unnecessary blank line after imports
1 parent 6c7170f commit 871f176

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/@settings/core/AvatarDropdown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { classNames } from '~/utils/classNames';
55
import { profileStore } from '~/lib/stores/profile';
66
import type { TabType, Profile } from './types';
77

8-
98
interface AvatarDropdownProps {
109
onSelectTab: (tab: TabType) => void;
1110
}

0 commit comments

Comments
 (0)