lint(my-joy-beta): remove unused var
This commit is contained in:
parent
6f36e62f92
commit
c7043f0b3a
@ -19,7 +19,6 @@ import Title from '@components/create-instance/title';
|
|||||||
import Description from '@components/description';
|
import Description from '@components/description';
|
||||||
import imageData from '@data/images-map.json';
|
import imageData from '@data/images-map.json';
|
||||||
import GetImages from '@graphql/get-images.gql';
|
import GetImages from '@graphql/get-images.gql';
|
||||||
import GetImage from '@graphql/get-image.gql';
|
|
||||||
|
|
||||||
const HarcodedImage = image => (
|
const HarcodedImage = image => (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
|
@ -172,6 +172,7 @@ export default compose(
|
|||||||
if (!enabled) {
|
if (!enabled) {
|
||||||
return {
|
return {
|
||||||
error,
|
error,
|
||||||
|
query,
|
||||||
disabled: !enabled,
|
disabled: !enabled,
|
||||||
step
|
step
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user