Skip to content

Commit

Permalink
Min diff
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonatan Salas committed Sep 2, 2016
1 parent ed52c55 commit df00445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/group/WizardTabGroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class TabGroup extends BaseGroup {
if (position != 0) {
backButton = (
<Button bsStyle="primary" bsSize="large" onClick={this.backStep}>
Back
Previous
</Button>
);
}
Expand Down

0 comments on commit df00445

Please sign in to comment.