diff options
author | Hailey <me@haileyok.com> | 2024-06-24 10:24:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 10:24:39 -0700 |
commit | 77a512ae32eb1aae6be2b67779ffd9d8a1e28cb6 (patch) | |
tree | e9c9d792aecc478b89500ab85bfd6adfed2e4662 /src/screens/StarterPack/Wizard/StepProfiles.tsx | |
parent | f769564edfea3ec6406c49ef639685d942e14e09 (diff) | |
download | voidsky-77a512ae32eb1aae6be2b67779ffd9d8a1e28cb6.tar.zst |
Couple of starter packs tweaks (#4604)
Diffstat (limited to 'src/screens/StarterPack/Wizard/StepProfiles.tsx')
-rw-r--r-- | src/screens/StarterPack/Wizard/StepProfiles.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/StarterPack/Wizard/StepProfiles.tsx b/src/screens/StarterPack/Wizard/StepProfiles.tsx index 8fe7f52fe..f21b01d40 100644 --- a/src/screens/StarterPack/Wizard/StepProfiles.tsx +++ b/src/screens/StarterPack/Wizard/StepProfiles.tsx @@ -45,6 +45,7 @@ export function StepProfiles({ return ( <WizardProfileCard profile={item} + btnType="checkbox" state={state} dispatch={dispatch} moderationOpts={moderationOpts} |