lint
This commit is contained in:
parent
565b6d3a87
commit
f705ccf703
|
@ -18,7 +18,6 @@ import { TipTxn } from '../../common/txn'
|
||||||
import { Group, GROUP_CHAT_SLUG } from '../../common/group'
|
import { Group, GROUP_CHAT_SLUG } from '../../common/group'
|
||||||
import { Challenge } from '../../common/challenge'
|
import { Challenge } from '../../common/challenge'
|
||||||
import { richTextToString } from '../../common/util/parse'
|
import { richTextToString } from '../../common/util/parse'
|
||||||
import { formatMoney } from '../../common/util/format'
|
|
||||||
const firestore = admin.firestore()
|
const firestore = admin.firestore()
|
||||||
|
|
||||||
type user_to_reason_texts = {
|
type user_to_reason_texts = {
|
||||||
|
|
|
@ -21,8 +21,8 @@ export function LoansModal(props: {
|
||||||
• Do I have to pay back a loan?
|
• Do I have to pay back a loan?
|
||||||
</span>
|
</span>
|
||||||
<span className={'ml-2'}>
|
<span className={'ml-2'}>
|
||||||
Yes, don't worry! You will automatically pay back loans when the market resolves
|
Yes, don't worry! You will automatically pay back loans when the
|
||||||
or you sell your bet.
|
market resolves or you sell your bet.
|
||||||
</span>
|
</span>
|
||||||
<span className={'text-indigo-700'}>
|
<span className={'text-indigo-700'}>
|
||||||
• What is the purpose of loans?
|
• What is the purpose of loans?
|
||||||
|
|
Loading…
Reference in New Issue
Block a user