mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
Health sensor fix (a second time) (#27517)
This commit is contained in:
@@ -88,7 +88,7 @@ export const CrewConsoleSkyrat = () => {
|
||||
|
||||
const CrewTable = (props) => {
|
||||
const { act, data } = useBackend();
|
||||
const sensors = sortBy((s) => s.ijob)(data.sensors ?? []);
|
||||
const sensors = sortBy(data.sensors ?? [], (s) => s.ijob);
|
||||
return (
|
||||
<Table cellpadding="3">
|
||||
<Table.Row>
|
||||
|
||||
Reference in New Issue
Block a user