From 086d13b4ef69046e845ddb59dbcc1aac53bfee91 Mon Sep 17 00:00:00 2001 From: Gerzon Z Date: Wed, 13 Oct 2021 11:59:16 -0400 Subject: [PATCH] Remove no-non-null-assertion --- app/containers/ThreadDetails.tsx | 1 - app/views/DiscussionsView/index.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/app/containers/ThreadDetails.tsx b/app/containers/ThreadDetails.tsx index ebda840b2..9275019dd 100644 --- a/app/containers/ThreadDetails.tsx +++ b/app/containers/ThreadDetails.tsx @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-non-null-assertion */ import React from 'react'; import { StyleSheet, Text, View } from 'react-native'; import Touchable from 'react-native-platform-touchable'; diff --git a/app/views/DiscussionsView/index.tsx b/app/views/DiscussionsView/index.tsx index 7bdff8477..689b0bb62 100644 --- a/app/views/DiscussionsView/index.tsx +++ b/app/views/DiscussionsView/index.tsx @@ -1,4 +1,3 @@ -/* eslint-disable @typescript-eslint/no-non-null-assertion */ import React, { useEffect, useState } from 'react'; import { FlatList } from 'react-native'; import { useSelector } from 'react-redux';