Skip to content

Commit

Permalink
[UPDATE] Updating example into readme
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Dec 6, 2019
1 parent 9b8a0c0 commit 816af3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ export default class App extends Component {
<h1>Seat Picker Continuous Case</h1>
<div style={{ marginTop: '100px' }}>
<SeatPicker
addSeatCallback={this.addSeatCallback}
addSeatCallback={this.addSeatCallbackContinousCase}
removeSeatCallback={this.removeSeatCallback}
rows={rows}
maxReservableSeats={3}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-seat-picker",
"version": "1.5.1",
"version": "1.5.2",
"description": "A React component to select seats.",
"author": "Rogger794",
"license": "MIT",
Expand Down

0 comments on commit 816af3d

Please sign in to comment.