Skip to content

Commit

Permalink
OM-282: cleanings
Browse files Browse the repository at this point in the history
  • Loading branch information
sniedzielski committed Sep 10, 2024
1 parent 339b279 commit cf9c4df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/VoucherAssignmentForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ function VoucherAssignmentForm() {

useEffect(() => {
const storedUserEconomicUnit = localStorage.getItem(USER_ECONOMIC_UNIT_STORAGE_KEY);

if (storedUserEconomicUnit) {
const userEconomicUnit = JSON.parse(storedUserEconomicUnit);
setVoucherAssignment((prevState) => ({
Expand Down
2 changes: 1 addition & 1 deletion src/pickers/WorkerMultiplePicker.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function WorkerMultiplePicker({
gap: '8px',
alignItems: 'end',
}}
>
>
<Autocomplete
multiple
required={required}
Expand Down

0 comments on commit cf9c4df

Please sign in to comment.