diff --git a/react-frontend/src/actions/tankActions.js b/react-frontend/src/actions/tankActions.js index 0366fae4..dd143234 100644 --- a/react-frontend/src/actions/tankActions.js +++ b/react-frontend/src/actions/tankActions.js @@ -9,5 +9,5 @@ export const fetchTanks = () => { { id: "3", value: "40" }, { id: "4", value: "90" } ] -}) + } }