Fixed up job details lines table + jobs totals page.
This commit is contained in:
3
client/src/utils/arrayHelper.js
Normal file
3
client/src/utils/arrayHelper.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export function onlyUnique(value, index, self, key) {
|
||||
return self.indexOf(value) === index;
|
||||
}
|
||||
Reference in New Issue
Block a user