From a03f1dc2ac25579df30e8cb59d2703110c3e564d Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 13 Mar 2024 22:37:41 +0000 Subject: lint: Lint and format the entire repo with the new configs --- apps/mobile/components/ui/Input.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'apps/mobile/components/ui/Input.tsx') diff --git a/apps/mobile/components/ui/Input.tsx b/apps/mobile/components/ui/Input.tsx index 2fcb2764..01c9fb2f 100644 --- a/apps/mobile/components/ui/Input.tsx +++ b/apps/mobile/components/ui/Input.tsx @@ -1,6 +1,5 @@ import { forwardRef } from "react"; import { Text, TextInput, View } from "react-native"; - import { cn } from "@/lib/utils"; export interface InputProps @@ -15,14 +14,16 @@ const Input = forwardRef, InputProps>( {label && {label}} ), ); +Input.displayName = "Input"; export { Input }; -- cgit v1.2.3-70-g09d2