From 47140e72b0fd566eba6ca1ce6d826d755e066f2f Mon Sep 17 00:00:00 2001 From: Die Duro Date: Tue, 19 May 2020 09:20:35 -0300 Subject: [PATCH] Update ui/inputs/Image.tsx Co-authored-by: Gonzalo Pozzo --- ui/inputs/Image.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/inputs/Image.tsx b/ui/inputs/Image.tsx index c67cabc2..78359c1f 100644 --- a/ui/inputs/Image.tsx +++ b/ui/inputs/Image.tsx @@ -15,7 +15,7 @@ interface Props { const ImageInput: React.FC = ({value, onChange, quality = "low"}) => { const [isLoading, setLoading] = React.useState(false); const toast = useToast(); - const { slug } = useTenant(); + const {slug} = useTenant(); async function upload(file?: File) { if (!file) return;