Skip to content

Commit

Permalink
Fix indentation on ModalStates object.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaclynperrone committed Jul 21, 2015
1 parent d95705d commit c406c52
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cycledash/static/js/runs/components/RunsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ var React = require('react'),
var NO_FILTER = 'All projects';

var ModalStates = {
NONE: 0,
PROJECT: 1,
RUN: 2,
BAM: 3
NONE: 0,
PROJECT: 1,
RUN: 2,
BAM: 3
};

// This is a Bootstrap modal that displays all (3) forms: New Project, Add Run, and Add BAM
Expand Down

0 comments on commit c406c52

Please sign in to comment.