Skip to content

Commit

Permalink
refactor: remove unused prop selectedProgram
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Dec 29, 2023
1 parent 2325cff commit 75a6fed
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,7 @@ const ProgramDimensionsPanel = ({ visible }) => {
{isProgramSelectionComplete() ? (
<>
<div className={cx(styles.section, styles.bordered)}>
<ProgramSelect
selectedProgram={selectedProgram}
prefix={i18n.t('Program')}
/>
<ProgramSelect prefix={i18n.t('Program')} />
</div>
{selectedProgram && (
<>
Expand Down

0 comments on commit 75a6fed

Please sign in to comment.