Skip to content

Commit

Permalink
Remove obsolete props
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Jul 3, 2018
1 parent 9829d79 commit 3ade47e
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
/**
* External dependencies
*/

import React, { Fragment } from 'react';
import Gridicon from 'gridicons';
import { noop } from 'lodash';

/**
* Internal dependencies
Expand All @@ -22,7 +20,7 @@ import {
} from 'layout/guided-tours/config-elements';

export const JetpackPluginUpdatesTour = makeTour(
<Tour name="jetpackPluginUpdates" version="20180611" path="/non-existent-route" when={ noop }>
<Tour name="jetpackPluginUpdates" version="20180611">
<Step
name="init"
target="#plugin-jetpack .form-toggle__switch"
Expand All @@ -43,9 +41,7 @@ export const JetpackPluginUpdatesTour = makeTour(
</p>
<ButtonRow>
<Continue target="#plugin-jetpack .form-toggle__switch" step="finish" click hidden />
<SiteLink isButton={ false } href="/checklist/:site">
{ translate( 'Return to the checklist' ) }
</SiteLink>
<SiteLink href="/checklist/:site">{ translate( 'Return to the checklist' ) }</SiteLink>
</ButtonRow>
</Fragment>
) }
Expand Down

0 comments on commit 3ade47e

Please sign in to comment.