Skip to content

Commit

Permalink
fixed require
Browse files Browse the repository at this point in the history
  • Loading branch information
MV88 committed Dec 21, 2017
1 parent 30f6059 commit 60d4e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/client/plugins/Details.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Message = require('../components/I18N/Message');
const {mapFromIdSelector} = require('../selectors/maps');
const {mapIdSelector, mapInfoDetailsUriFromIdSelector} = require('../selectors/map');
const {mapLayoutValuesSelector} = require('../selectors/maplayout');
const {currentMapDetailsTextSelector} = require('../selectors/currentMap');
const {currentMapDetailsTextSelector} = require('../selectors/currentmap');
const {openDetailsPanel, closeDetailsPanel} = require("../actions/maps");
const {get} = require("lodash");

Expand Down

0 comments on commit 60d4e42

Please sign in to comment.