From a1e2ee3b7ea79eda5836cf351ee11013f70ede32 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Sat, 1 Oct 2022 15:48:19 -0500 Subject: [PATCH] prettier --- web/components/button.tsx | 2 +- web/components/contract/tip-button.tsx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/web/components/button.tsx b/web/components/button.tsx index 2db141cf..ecd8e1c7 100644 --- a/web/components/button.tsx +++ b/web/components/button.tsx @@ -65,7 +65,7 @@ export function Button(props: { color === 'gray-white' && 'text-greyscale-6 hover:bg-greyscale-2 border-none shadow-none disabled:opacity-50', color === 'highlight-blue' && - 'text-highlight-blue disabled:bg-greyscale-2 border-none shadow-none', + 'text-highlight-blue disabled:bg-greyscale-2 border-none shadow-none', className )} disabled={disabled} diff --git a/web/components/contract/tip-button.tsx b/web/components/contract/tip-button.tsx index 6a6d8289..79059195 100644 --- a/web/components/contract/tip-button.tsx +++ b/web/components/contract/tip-button.tsx @@ -13,7 +13,8 @@ export function TipButton(props: { isCompact?: boolean disabled?: boolean }) { - const { tipAmount, totalTipped, userTipped, isCompact, onClick, disabled } = props + const { tipAmount, totalTipped, userTipped, isCompact, onClick, disabled } = + props return (