Skip to content

Commit

Permalink
comment out setting build your own image custom option
Browse files Browse the repository at this point in the history
  • Loading branch information
batpad committed Jun 24, 2024
1 parent af97d4b commit eb2859b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProfileOptions.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function ProfileOptions({ config, profile }) {
id={key}
profile={profile}
config={option}
customOptions={customOptions}
// customOptions={customOptions}
/>
);
})}
Expand Down

0 comments on commit eb2859b

Please sign in to comment.