Skip to content

Commit

Permalink
chore: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer committed Jul 15, 2024
1 parent 0fc170a commit 7f223b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/sheets/ProfileSheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand All @@ -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);
Expand Down

0 comments on commit 7f223b5

Please sign in to comment.