mirror of
https://github.com/zhigang1992/wallet.git
synced 2026-01-12 22:53:27 +08:00
fix: ran prettier formatting
This commit is contained in:
@@ -9,10 +9,7 @@ export function BitcoinContractExpirationDate({
|
||||
expirationDate,
|
||||
}: BitcoinContractExpirationDateProps) {
|
||||
return (
|
||||
<Flex p="loose"
|
||||
spacing="loose"
|
||||
width="100%"
|
||||
justifyContent="space-between">
|
||||
<Flex p="loose" spacing="loose" width="100%" justifyContent="space-between">
|
||||
<Text fontSize={2} fontWeight="bold">
|
||||
Expiration Date
|
||||
</Text>
|
||||
|
||||
@@ -27,11 +27,7 @@ export function BitcoinContractOfferInput({
|
||||
const formattedFiatValue = i18nFormatCurrency(fiatValue);
|
||||
|
||||
return (
|
||||
<Stack
|
||||
p="loose"
|
||||
spacing="loose"
|
||||
width="100%"
|
||||
>
|
||||
<Stack p="loose" spacing="loose" width="100%">
|
||||
<Text fontWeight="bold">Amount</Text>
|
||||
<BitcoinContractLockAmount
|
||||
hoverLabel={addressNativeSegwit}
|
||||
|
||||
Reference in New Issue
Block a user