Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
2002Bishwajeet committed Aug 27, 2024
1 parent a8016f7 commit acdd792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion packages/mobile/src/components/Feed/PostTeaserCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import { ShareContext } from './Interacts/Share/ShareModal';
import { Ellipsis } from '../ui/Icons/icons';
import { IconButton } from '../Chat/Chat-app-bar';
import { PostActionProps } from './Interacts/PostActionModal';
import { Host } from 'react-native-portalize';

export const PostTeaserCard = memo(
({
Expand Down
4 changes: 2 additions & 2 deletions packages/mobile/src/pages/profile/profile-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export const ProfilePage = (_props: SettingsProps) => {
Drive Status
</Text>
</TouchableOpacity> */}
<TouchableOpacity
{/* <TouchableOpacity
onPress={() => navigate('Debug')}
style={{
display: 'flex',
Expand All @@ -293,7 +293,7 @@ export const ProfilePage = (_props: SettingsProps) => {
>
Debug
</Text>
</TouchableOpacity>
</TouchableOpacity> */}
<VersionInfo />
</ScrollView>
</Container>
Expand Down

0 comments on commit acdd792

Please sign in to comment.