diff --git a/src/components/sheets/ProfileSheet.tsx b/src/components/sheets/ProfileSheet.tsx index 699c878..a28bd2f 100644 --- a/src/components/sheets/ProfileSheet.tsx +++ b/src/components/sheets/ProfileSheet.tsx @@ -5,7 +5,6 @@ import {observer} from 'mobx-react-lite'; import BottomSheetCore from '@gorhom/bottom-sheet'; import {useBackHandler} from '@react-native-community/hooks'; -// import FastImage from 'react-native-fast-image'; import MaterialIcon from 'react-native-vector-icons/MaterialIcons'; import MaterialCommunityIcon from 'react-native-vector-icons/MaterialCommunityIcons'; @@ -30,8 +29,6 @@ import {BottomSheet} from '../common/BottomSheet'; import {MarkdownView} from '../common/MarkdownView'; import {UserList} from '../navigation/UserList'; -// const Image = FastImage; - export const ProfileSheet = observer(() => { const [user, setUser] = useState(null as User | null); const [server, setServer] = useState(null as Server | null);