From ace338d180e44d4fca31c503736b2a1b9238f705 Mon Sep 17 00:00:00 2001 From: GleidsonDaniel Date: Mon, 18 Mar 2024 16:14:00 -0300 Subject: [PATCH] chore: fix lint --- app/containers/Status/Status.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/containers/Status/Status.tsx b/app/containers/Status/Status.tsx index c23e9056b..073e35d19 100644 --- a/app/containers/Status/Status.tsx +++ b/app/containers/Status/Status.tsx @@ -1,3 +1,4 @@ +// @ts-nocheck import React from 'react'; import { StyleProp, TextStyle } from 'react-native';