about summary refs log tree commit diff
path: root/src/components/StarterPack/Wizard/WizardEditListDialog.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-06-24 10:24:39 -0700
committerGitHub <noreply@github.com>2024-06-24 10:24:39 -0700
commit77a512ae32eb1aae6be2b67779ffd9d8a1e28cb6 (patch)
treee9c9d792aecc478b89500ab85bfd6adfed2e4662 /src/components/StarterPack/Wizard/WizardEditListDialog.tsx
parentf769564edfea3ec6406c49ef639685d942e14e09 (diff)
downloadvoidsky-77a512ae32eb1aae6be2b67779ffd9d8a1e28cb6.tar.zst
Couple of starter packs tweaks (#4604)
Diffstat (limited to 'src/components/StarterPack/Wizard/WizardEditListDialog.tsx')
-rw-r--r--src/components/StarterPack/Wizard/WizardEditListDialog.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/StarterPack/Wizard/WizardEditListDialog.tsx b/src/components/StarterPack/Wizard/WizardEditListDialog.tsx
index bf250ac35..cf755e1bc 100644
--- a/src/components/StarterPack/Wizard/WizardEditListDialog.tsx
+++ b/src/components/StarterPack/Wizard/WizardEditListDialog.tsx
@@ -58,6 +58,7 @@ export function WizardEditListDialog({
     state.currentStep === 'Profiles' ? (
       <WizardProfileCard
         profile={item}
+        btnType="remove"
         state={state}
         dispatch={dispatch}
         moderationOpts={moderationOpts}
@@ -65,6 +66,7 @@ export function WizardEditListDialog({
     ) : (
       <WizardFeedCard
         generator={item}
+        btnType="remove"
         state={state}
         dispatch={dispatch}
         moderationOpts={moderationOpts}