From 65fbf5d889103f5e485eebd5f418faee1ff8d0b1 Mon Sep 17 00:00:00 2001 From: Antonella Sgarlatta Date: Mon, 26 Apr 2021 15:49:34 -0300 Subject: [PATCH] Update src/components/BottomSheet.tsx Co-authored-by: Baptiste Grob <60621355+baptiste-grob@users.noreply.github.com> --- src/components/BottomSheet.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/BottomSheet.tsx b/src/components/BottomSheet.tsx index a239a3f8..0e733e15 100644 --- a/src/components/BottomSheet.tsx +++ b/src/components/BottomSheet.tsx @@ -227,7 +227,7 @@ const ActionItem: React.FC<{ return ( - + {loading && } );