Skip to content

Commit

Permalink
refactor(issueReport): 移除多余的空白
Browse files Browse the repository at this point in the history
  • Loading branch information
thoulee21 committed Nov 24, 2024
1 parent f52a0c7 commit 30f62d7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/pages/issueReport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import {
KeyboardAvoidingView,
StyleSheet,
ToastAndroid,
useWindowDimensions,
View,
} from 'react-native';
import HapticFeedback, { HapticFeedbackTypes } from 'react-native-haptic-feedback';
Expand All @@ -25,7 +24,6 @@ const ISSUE_MAX_LENGTH = 200;

export const IssueReport = () => {
const navigation = useNavigation();
const window = useWindowDimensions();
const appTheme = useTheme();
const currentUser = useAppSelector(selectUser);

Expand Down Expand Up @@ -122,7 +120,6 @@ export const IssueReport = () => {
</View>
</KeyboardAvoidingView>

<View style={{ height: window.height * 0.25 }} />
<PoweredBy
caption={`Powered by Sentry ${Sentry.SDK_VERSION}`}
/>
Expand Down

0 comments on commit 30f62d7

Please sign in to comment.