From f705ccf703e10cdcaab5ea8c4a37f7f79007ba6c Mon Sep 17 00:00:00 2001 From: James Grugett Date: Sun, 21 Aug 2022 22:56:36 -0500 Subject: [PATCH] lint --- functions/src/create-notification.ts | 1 - web/components/profile/loans-modal.tsx | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/functions/src/create-notification.ts b/functions/src/create-notification.ts index 53e7dd16..3fb1f9c3 100644 --- a/functions/src/create-notification.ts +++ b/functions/src/create-notification.ts @@ -18,7 +18,6 @@ import { TipTxn } from '../../common/txn' import { Group, GROUP_CHAT_SLUG } from '../../common/group' import { Challenge } from '../../common/challenge' import { richTextToString } from '../../common/util/parse' -import { formatMoney } from '../../common/util/format' const firestore = admin.firestore() type user_to_reason_texts = { diff --git a/web/components/profile/loans-modal.tsx b/web/components/profile/loans-modal.tsx index 48d7f5e9..c8d30b4e 100644 --- a/web/components/profile/loans-modal.tsx +++ b/web/components/profile/loans-modal.tsx @@ -21,8 +21,8 @@ export function LoansModal(props: { • Do I have to pay back a loan? - Yes, don't worry! You will automatically pay back loans when the market resolves - or you sell your bet. + Yes, don't worry! You will automatically pay back loans when the + market resolves or you sell your bet. • What is the purpose of loans?