Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
rottabonus committed Oct 14, 2023
1 parent ffda383 commit 7786e12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Screens/Main/UserReport/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import colors from 'src/Screens/components/colors';
import NamedInputField from 'src/Screens/components/NamedInputField';
import fonts from 'src/Screens/components/fonts';
import Message from '../../components/Message';
import { textShadow } from 'src/Screens/components/shadow';
import { Toast } from 'src/Screens/components/Toast';
import { BottomActions } from './BottomActions';

Expand Down Expand Up @@ -117,7 +116,6 @@ const UserReport = ({ navigation, route }: Props) => {
toastType="danger"
duration={coolDownDuration}
messageId="main.userreport.failure.toast"
containerStyle={styles.toastContainer}
/>
)}
</TitledContainer>
Expand Down Expand Up @@ -166,7 +164,6 @@ const styles = RN.StyleSheet.create({
marginTop: -8,
marginBottom: 16,
},
toastContainer: {},
});

export default UserReport;

0 comments on commit 7786e12

Please sign in to comment.