mirror of
https://github.com/aljazceru/hypergolic.git
synced 2025-12-19 14:34:20 +01:00
problem: bitcoin addresses not added to rocket
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
import Todo from './Todo.svelte';
|
||||
import UpdateMission from './UpdateMission.svelte';
|
||||
import { Rocket } from '@/event_helpers/rockets';
|
||||
import BitcoinAssociations from './BitcoinAssociations.svelte';
|
||||
|
||||
export let rocket: NDKEvent;
|
||||
|
||||
@@ -42,6 +43,7 @@
|
||||
<ProposedProducts {rocket} />
|
||||
|
||||
<MeritRequests parsedRocket={new Rocket(rocket)} />
|
||||
<BitcoinAssociations rocket={new Rocket(rocket)}/>
|
||||
<Card.Root class="sm:col-span-3">
|
||||
<Card.Header class="pb-3">
|
||||
<Card.Title>Actions</Card.Title>
|
||||
|
||||
Reference in New Issue
Block a user