Skip to content

Commit

Permalink
cupid shuffle
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreJones committed Jan 14, 2025
1 parent 464e4cf commit 87ab429
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion migrations/app/migrations_manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1069,8 +1069,8 @@
20241230190638_remove_AK_zips_from_zip3.up.sql
20241230190647_add_missing_AK_zips_to_zip3_distances.up.sql
20250103130619_revert_data_change_for_gbloc_for_ak.up.sql
20250103180420_update_pricing_proc_to_use_local_price_variable.up.sql
20250106153750_admin_weight_restriction.up.sql
20250106190758_admin_weight_restriction_convert_bool.up.sql
20250107184554_add_weight_restriction.up.sql
20250103180420_update_pricing_proc_to_use_local_price_variable.up.sql
20250110153428_add_shipment_address_updates_to_move_history.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ const AllowancesDetailForm = ({ header, entitlements, branchOptions, formIsDisab
lazy={false} // immediate masking evaluation
isDisabled={formIsDisabled}
/>
<dl>
<dt>Standard Weight allowance</dt>
<dd data-testid="weightAllowance">{formatWeight(entitlements.totalWeight)}</dd>
</dl>
<div className={styles.wrappedCheckbox}>
<CheckboxField
data-testid="ocieInput"
Expand Down Expand Up @@ -215,11 +219,6 @@ const AllowancesDetailForm = ({ header, entitlements, branchOptions, formIsDisab
isDisabled={formIsDisabled}
/>
)}

<dl>
<dt>Standard Weight allowance</dt>
<dd data-testid="weightAllowance">{formatWeight(entitlements.totalWeight)}</dd>
</dl>
<div className={styles.wrappedCheckbox}>
<CheckboxField
id="dependentsAuthorizedInput"
Expand Down

0 comments on commit 87ab429

Please sign in to comment.