style(my-joy-beta): lint
This commit is contained in:
parent
5d333c57a6
commit
b72714fc94
@ -4,7 +4,6 @@ import get from 'lodash.get';
|
||||
|
||||
import {
|
||||
PageContainer,
|
||||
RootContainer,
|
||||
ViewContainer,
|
||||
Message,
|
||||
MessageDescription,
|
||||
|
@ -2,7 +2,6 @@ import { reduxBatch } from '@manaflair/redux-batch';
|
||||
import { createStore, combineReducers, compose } from 'redux';
|
||||
import { reducer as formReducer } from 'redux-form';
|
||||
import { reducer as valuesReducer } from 'react-redux-values';
|
||||
import paramCase from 'param-case';
|
||||
import global from './global';
|
||||
|
||||
const initialState = {};
|
||||
|
@ -140,10 +140,8 @@ export default compose(
|
||||
}
|
||||
}),
|
||||
graphql(GetTags, {
|
||||
options: () => ({
|
||||
ssr: false
|
||||
}),
|
||||
options: ({ match }) => ({
|
||||
ssr: false,
|
||||
variables: {
|
||||
fetchPolicy: 'network-only',
|
||||
name: get(match, 'params.instance')
|
||||
|
@ -4,7 +4,6 @@ import get from 'lodash.get';
|
||||
|
||||
import {
|
||||
PageContainer,
|
||||
RootContainer,
|
||||
ViewContainer,
|
||||
Message,
|
||||
MessageDescription,
|
||||
|
@ -8,7 +8,7 @@ import defaultState from './local';
|
||||
|
||||
const {
|
||||
REACT_APP_GQL_PORT = window.location.port,
|
||||
REACT_APP_GQL_PROTOCOL = window.location.protocol.replace(/\:$/, ''),
|
||||
REACT_APP_GQL_PROTOCOL = window.location.protocol.replace(/:$/, ''),
|
||||
REACT_APP_GQL_HOSTNAME = window.location.hostname
|
||||
} = process.env;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user