mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
chore(FE-43): remove unnecessary code
This commit is contained in:
@@ -219,11 +219,6 @@ const LocationsTable = () => {
|
|||||||
[updateFilter]
|
[updateFilter]
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log({
|
|
||||||
sorting,
|
|
||||||
getTableFilterQueryString: getTableFilterQueryString(),
|
|
||||||
});
|
|
||||||
|
|
||||||
// track sorting
|
// track sorting
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const nameSortFilter = sorting.find((sortItem) => sortItem.id === 'name');
|
const nameSortFilter = sorting.find((sortItem) => sortItem.id === 'name');
|
||||||
|
|||||||
Reference in New Issue
Block a user