Skip to content

Commit

Permalink
fix: remove commented code lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtawast committed Oct 7, 2024
1 parent c8da1d9 commit e8e197b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
14 changes: 0 additions & 14 deletions src/js/calculator/helsinki_benefit_amount_estimate/_form.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function getFormData(id, t, config) {
required: true,
strip: '[€eE ]',
helper_text: t('helper_text_monthly_pay'),
// value: 2000, // TODO: remove after debug
},
},
{
Expand All @@ -83,21 +82,8 @@ function getFormData(id, t, config) {
required: false,
strip: '[€eE ]',
helper_text: t('helper_text_vacation_money'),
// value: 40, // TODO: remove after debug
},
},
// {
// input_integer: {
// id: 'other_expenses',
// label: t('label_other_expenses'),
// unit: t('unit_euro'),
// min: 0,
// size: 12,
// required: true,
// strip: '[€eE ]',
// helper_text: t('other_expenses_helper_text'),
// },
// },
{
heading: {
text: t('heading_pay_subsidy_information'),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,3 @@ const translations = {
};

export default translations;

/*
key: {
fi: "",
sv: "",
en: "",
},
*/

0 comments on commit e8e197b

Please sign in to comment.