Skip to content

Commit

Permalink
feat: add btc tx row as a placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
rozanagy committed Oct 28, 2024
1 parent 6a809ae commit a8a3cf7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ export function VaultTransactionStack({

return (
<VStack w={'100%'} justifyContent={'space-between'}>
<Divider w={'100%'} borderColor={'grey.01'} borderStyle={'dashed'} />
<Divider w={'100%'} borderColor={'grey.01'} borderStyle={'dashed'} pt={'10px'} />
<VaultTransactionRow label={'Funding TX'} value={vaultFundingTX} />
<VaultTransactionRow label={'Withdraw/Deposit TX'} value={vaultWithdrawDepositTX} />
<VaultTransactionRow label={'Funding BTC TX'} value={'placeholder'} />
</VStack>
);
}

0 comments on commit a8a3cf7

Please sign in to comment.