Skip to content

Commit

Permalink
[MIRROR] Fixes cargo import (#2965)
Browse files Browse the repository at this point in the history
* [MIRROR] Fixes cargo import (#2061)

Fixes cargo import

Co-authored-by: Jeremiah <[email protected]>
Co-authored-by: Mal <[email protected]>

* Update Cargo.jsx

---------

Co-authored-by: NovaBot <[email protected]>
Co-authored-by: Jeremiah <[email protected]>
Co-authored-by: Mal <[email protected]>
Co-authored-by: ReezeBL <[email protected]>
  • Loading branch information
5 people authored Apr 19, 2024
1 parent 7af754d commit b64c5e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tgui/packages/tgui/interfaces/Cargo.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { filter } from 'common/collections';
import { filter, sortBy } from 'common/collections';

import { useBackend, useSharedState } from '../backend';
import {
Expand Down

0 comments on commit b64c5e3

Please sign in to comment.