diff --git a/exerciseTypes.js b/exerciseTypes.js index a923cbb..d579051 100644 --- a/exerciseTypes.js +++ b/exerciseTypes.js @@ -38,4 +38,5 @@ var exerciseTypes = [ { name: "Squat", tags: ["leg"] }, { name: "Leg Curl", tags: ["leg"] }, { name: "Leg Extension", tags: ["leg"] }, + { name: "Other", tags: [] }, ]; \ No newline at end of file