Skip to content

Commit

Permalink
Fix table sort require on linux (casing)
Browse files Browse the repository at this point in the history
Auditors: @bsclifton
  • Loading branch information
bbondy committed Aug 1, 2016
1 parent 2e150a4 commit 9663817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/sortableTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

const React = require('react')
const ImmutableComponent = require('./immutableComponent')
const tableSort = require('tableSort')
const tableSort = require('tablesort')

/**
* Represents a sortable table with supp
Expand Down

0 comments on commit 9663817

Please sign in to comment.