From 5999486147711a7900126fd975dd231fe53ef0dd Mon Sep 17 00:00:00 2001 From: nthouliss Date: Fri, 1 Apr 2022 17:08:21 +1100 Subject: [PATCH] Edit formatting on Toast.tsx --- src/components/Toast.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Toast.tsx b/src/components/Toast.tsx index 366ce2a..5c663d1 100644 --- a/src/components/Toast.tsx +++ b/src/components/Toast.tsx @@ -16,14 +16,14 @@ function getToastAppearance(appearance: AppearanceTypes) { return colour; } -function CustomToast({ appearance, children }: { appearance: AppearanceTypes, children: React.ReactNode}) { +function CustomToast({ appearance, children }: { appearance: AppearanceTypes, children: React.ReactNode }) { return ( + > {children}