minor styling
This commit is contained in:
parent
c058b4179c
commit
ff6a7096de
2 changed files with 2 additions and 2 deletions
|
|
@ -167,7 +167,7 @@ export default function CableEstimator() {
|
|||
//having the search filter in here is quite inefficient as it will filter each time you change pages as well
|
||||
//TODO: re-work the filter so it only filters when the search is changed
|
||||
|
||||
//
|
||||
// sort the array according to orderBy
|
||||
clone.sort((a, b) => {
|
||||
if (Object.keys(a).includes(orderBy)) {
|
||||
let by = orderBy as keyof jsonBin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue