Skip to content

Commit

Permalink
Fixed app crashing if reporting account fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Webster committed Sep 20, 2023
1 parent 4c75219 commit 39c7448
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions screens/ReportAccount.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { useTheme } from '@react-navigation/native';
import { StatusBarHeightContext } from '../components/StatusBarHeightContext';
import { ServerUrlContext } from '../components/ServerUrlContext';
import ParseErrorMessage from '../components/ParseErrorMessage';
import Ionicons from 'react-native-vector-icons/Ionicons';

const ReportAccount = ({navigation, route: routeData}) => {
const { colors } = useTheme();
Expand Down

0 comments on commit 39c7448

Please sign in to comment.