diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-25 23:03:05 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:44 +0200 |
| commit | 8302923a08728d36746af3560ebc35685c2b9da5 (patch) | |
| tree | 028b0e0db8f7e8e60d9127a522ceea49ec395952 /src/actions/simulations.js | |
| parent | 8f5e6d1e73f16e3cdd523f961d06e4b4eb5a8cef (diff) | |
Enable going from building to room and back
Diffstat (limited to 'src/actions/simulations.js')
| -rw-r--r-- | src/actions/simulations.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/simulations.js b/src/actions/simulations.js index 926c67bc..2e722d16 100644 --- a/src/actions/simulations.js +++ b/src/actions/simulations.js @@ -10,7 +10,7 @@ export const OPEN_SIMULATION_SUCCEEDED = "OPEN_SIMULATION_SUCCEEDED"; export function setAuthVisibilityFilter(filter) { return { type: SET_AUTH_VISIBILITY_FILTER, - filter: filter + filter }; } |
