Moar whitespace
This was messing up my editor's syntax highlighting
This commit is contained in:
@@ -10,7 +10,7 @@ export const shownDefinitions = createSelector(
|
|||||||
|
|
||||||
export const definitionsToAuthorize = createSelector(
|
export const definitionsToAuthorize = createSelector(
|
||||||
state,
|
state,
|
||||||
() =>( { specSelectors } ) => {
|
() => ( { specSelectors } ) => {
|
||||||
let definitions = specSelectors.securityDefinitions()
|
let definitions = specSelectors.securityDefinitions()
|
||||||
let list = List()
|
let list = List()
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ export const definitionsToAuthorize = createSelector(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
export const getDefinitionsByNames = ( state, securities ) =>( { specSelectors } ) => {
|
export const getDefinitionsByNames = ( state, securities ) => ( { specSelectors } ) => {
|
||||||
let securityDefinitions = specSelectors.securityDefinitions()
|
let securityDefinitions = specSelectors.securityDefinitions()
|
||||||
let result = List()
|
let result = List()
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ export const authorized = createSelector(
|
|||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
export const isAuthorized = ( state, securities ) =>( { authSelectors } ) => {
|
export const isAuthorized = ( state, securities ) => ( { authSelectors } ) => {
|
||||||
let authorized = authSelectors.authorized()
|
let authorized = authSelectors.authorized()
|
||||||
|
|
||||||
if(!List.isList(securities)) {
|
if(!List.isList(securities)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user