diff --git a/src/components/RocketCard.svelte b/src/components/RocketCard.svelte
index 4bd3132..8d3de5f 100644
--- a/src/components/RocketCard.svelte
+++ b/src/components/RocketCard.svelte
@@ -5,6 +5,7 @@
import * as Card from '$lib/components/ui/card/index.js';
import type { Rocket } from '@/event_helpers/rockets';
import { ndk } from '@/ndk';
+ import { devmode } from '@/stores/session';
import { Avatar, Name } from '@nostr-dev-kit/ndk-svelte-components';
import { ChevronRight } from 'lucide-svelte';
@@ -30,12 +31,13 @@
-
+ {#if $devmode}
+ {/if}