Skip to content

Commit

Permalink
fixe function typeError
Browse files Browse the repository at this point in the history
  • Loading branch information
engelhartrueben committed Sep 4, 2024
1 parent 89fcd2e commit 7c28980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/AdminPhoneNumberInventory.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ class AdminPhoneNumberInventory extends React.Component {
}

if (this.state.queriedShortcodes){
this.numShortcodes = ownedAreaCodes().filter(j => ownedAreaCodes.indexOf('Shortcode') === -1).length
this.numShortcodes = ownedAreaCodes.filter(j => ownedAreaCodes.indexOf('Shortcode') === -1).length
}

this.sortTable(tableData, this.state.sortCol, this.state.sortOrder);
Expand Down

0 comments on commit 7c28980

Please sign in to comment.