From ff5ad3825331b292fd869fda3555629329de008e Mon Sep 17 00:00:00 2001 From: Paul Coroneos Date: Tue, 19 Nov 2024 09:33:07 -0600 Subject: Leverage jsx transform to remove unnecessary react imports and update eslint config (#6516) * update eslint config with jsx runtime * leverage jsx transform to remove unnecessary react imports and update eslint config * run yarn lint --fix to remove eslint disables related to react/prop-types that is now disabled --- src/components/dialogs/EmbedConsent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/dialogs/EmbedConsent.tsx') diff --git a/src/components/dialogs/EmbedConsent.tsx b/src/components/dialogs/EmbedConsent.tsx index 824155d8b..086d43f95 100644 --- a/src/components/dialogs/EmbedConsent.tsx +++ b/src/components/dialogs/EmbedConsent.tsx @@ -1,4 +1,4 @@ -import React, {useCallback} from 'react' +import {useCallback} from 'react' import {View} from 'react-native' import {msg, Trans} from '@lingui/macro' import {useLingui} from '@lingui/react' -- cgit 1.4.1