Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleslimghost committed Oct 31, 2018
1 parent c9ce8bd commit 8d4ba4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/x-gift-article/src/GiftArticle.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import ApiClient from './lib/api';
import { copyToClipboard } from './lib/share-link-actions';
import tracking from './lib/tracking';

const withGiftFormActions = withActions(({ articleId, sessionId, isFreeArticle, composer }) => {
const withGiftFormActions = withActions(({ articleId, isFreeArticle, composer }) => {
const api = new ApiClient({
protocol: composer.api.protocol,
domain: composer.api.domain
Expand Down

0 comments on commit 8d4ba4f

Please sign in to comment.