v14 fixes

This commit is contained in:
Sean Landsman
2017-10-31 12:07:38 +00:00
parent f035ee7a9d
commit 6979c51eaf

View File

@@ -41,10 +41,14 @@ export default class ProficiencyFilter extends React.Component {
this.setState(newState, this.props.filterChangedCallback);
}
getModel() {
return ''
}
setModel(model) {
}
render() {
const rows = [];
PROFICIENCY_NAMES.forEach((name) => {