Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
harnish7576 committed Feb 28, 2025
1 parent 08d24f5 commit 1bd1fd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/policy/output/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ export const policyOutputs = {

export function getPolicyOutputTree(countryId, searchParams = {}) {
// Checks if UK local areas is explicitly enabled in the URl Parameter
const uk_local_areas_beta = searchParams.get("uk_local_areas_beta") === "true";
const uk_local_areas_beta =
searchParams.get("uk_local_areas_beta") === "true";

const tree = [
{
Expand Down

0 comments on commit 1bd1fd6

Please sign in to comment.