Skip to content

Commit

Permalink
fix(character create): Fixed character create page still showing expa…
Browse files Browse the repository at this point in the history
…nsion selector when creating campaign character
  • Loading branch information
scottbenton committed Mar 11, 2024
1 parent 895a3fd commit e54d50f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function CharacterCreatePageContent() {
>
<form onSubmit={handleSubmit(onSubmit)}>
<CharacterDetails control={control} watch={watch} />
<ExpansionsAndHomebrew control={control} />
{!campaignId && <ExpansionsAndHomebrew control={control} />}
<Stats control={control} />
<Assets control={control} />
<Box display={"flex"} justifyContent={"flex-end"}>
Expand Down

0 comments on commit e54d50f

Please sign in to comment.