Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
theomoura authored and Bruno Dias committed Feb 15, 2019
1 parent e541230 commit 7a2ee05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/components/MiniCartContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { toHttps, changeImageUrlSize } from '../utils/urlHelpers'
import { groupItemsWithParents, getOptionChoiceType, getOptionComposition } from '../utils/itemsHelper'

import minicart from '../minicart.css'
import MiniCartFooter from './MiniCartFooter';
import MiniCartFooter from './MiniCartFooter'

/**
* Minicart content component
Expand Down

0 comments on commit 7a2ee05

Please sign in to comment.