diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 591408d..5d18da1 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,18 +3,7 @@ - - - - - - - - - - - - + @@ -30,6 +19,18 @@ + + + + + + + + + + + + @@ -78,11 +79,11 @@ - + - - + + @@ -90,15 +91,6 @@ - - - - - - - - - @@ -214,7 +206,6 @@ @@ -447,12 +439,12 @@ - + - @@ -659,16 +651,6 @@ - - - - - - - - - - @@ -834,8 +816,18 @@ - - + + + + + + + + + + + + diff --git a/src/components/mainScreen/shooting/ShotFeed.js b/src/components/mainScreen/shooting/ShotFeed.js index 71d4e81..a138a13 100644 --- a/src/components/mainScreen/shooting/ShotFeed.js +++ b/src/components/mainScreen/shooting/ShotFeed.js @@ -9,7 +9,7 @@ import GoogleAnalyticsUtils from "../../../util/GoogleAnalyticsUtils"; import TargetCanvas from "../../TargetCanvas" // helpful for debugging/development without an entire setup -const ENABLE_CLICK_TO_SHOOT = true +const ENABLE_CLICK_TO_SHOOT = false class ShotFeed extends React.Component { constructor(props) {