diff --git a/client/src/components/graph/graph.js b/client/src/components/graph/graph.js
index 7fc3ad80..a87493e7 100644
--- a/client/src/components/graph/graph.js
+++ b/client/src/components/graph/graph.js
@@ -362,9 +362,9 @@ class Graph extends React.Component {
};
handleClipOnKeyPress = e => {
- /*
- allow only numbers, plus other critical keys which
- may be required to make a number
+ /*
+ allow only numbers, plus other critical keys which
+ may be required to make a number
*/
if (!Graph.isValidDigitKeyEvent(e)) {
e.preventDefault();
@@ -894,102 +894,95 @@ class Graph extends React.Component {
marginLeft: 10
}}
>
-