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/Toast.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/mobile/components/ui/Toast.tsx') diff --git a/apps/mobile/components/ui/Toast.tsx b/apps/mobile/components/ui/Toast.tsx index fb319f84..9aa25e5c 100644 --- a/apps/mobile/components/ui/Toast.tsx +++ b/apps/mobile/components/ui/Toast.tsx @@ -1,6 +1,5 @@ import { createContext, useContext, useEffect, useRef, useState } from "react"; import { Animated, Text, View } from "react-native"; - import { cn } from "@/lib/utils"; const toastVariants = { @@ -67,7 +66,7 @@ function Toast({ ], }} > - {message} + {message} {showProgress && (