Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/edge' into edge-civictechto
Browse files Browse the repository at this point in the history
  • Loading branch information
patcon committed Oct 18, 2024
2 parents 6c92fea + c60752b commit f54ca46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.clj-kondo/
.env
.envrc
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ SHELL=/bin/bash
E2E_RUN = cd e2e;

define parse_env_value
$(shell grep -e ^$(1) ${ENV_FILE} | awk -F'[=]' '{gsub(/ /,"");print $$2}')
$(shell grep -e ^$(1) ${ENV_FILE} | awk -F'[=]' '{gsub(/ /,"");print $$2}')
endef

define parse_env_bool
$(if $(filter false,$(1)),false,true)
$(if $(filter false,$(1)),false,true)
endef

# Default environment and settings (dev)
Expand Down
1 change: 1 addition & 0 deletions client-participation/vis2/components/graphAxes.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from "react";
import _ from "lodash";
import * as globals from "./globals";

const GraphAxes = ({yCenter, xCenter, report}) => {
Expand Down

0 comments on commit f54ca46

Please sign in to comment.