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 imageData from '@data/images-map.json';
|
||||
import GetImages from '@graphql/get-images.gql';
|
||||
import GetImage from '@graphql/get-image.gql';
|
||||
|
||||
const HarcodedImage = image => (
|
||||
<Fragment>
|
||||
|
@ -172,6 +172,7 @@ export default compose(
|
||||
if (!enabled) {
|
||||
return {
|
||||
error,
|
||||
query,
|
||||
disabled: !enabled,
|
||||
step
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user