From 7f223b5196224a243f53721a2c6a3047d218387d Mon Sep 17 00:00:00 2001 From: Rexogamer Date: Mon, 15 Jul 2024 22:15:58 +0100 Subject: [PATCH] chore: remove outdated comment --- src/components/sheets/ProfileSheet.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/components/sheets/ProfileSheet.tsx b/src/components/sheets/ProfileSheet.tsx index 699c8786..a28bd2fd 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);