Skip to content

Commit

Permalink
fix: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed Jun 4, 2024
1 parent 6f3dde4 commit 8d026b6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,9 @@ export function MergeUnitModal({
}}
fetchOptions={{
apiPath: (query) =>
`/admin/values/emergency_vehicle/search?query=${query}&department=${(
activeUnit ?? unit
)?.departmentId}`,
`/admin/values/emergency_vehicle/search?query=${query}&department=${
(activeUnit ?? unit)?.departmentId
}`,
filterTextRequired: true,
}}
>
Expand Down

0 comments on commit 8d026b6

Please sign in to comment.