mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 21:48:21 +01:00
Fix bsod on departmental id consoles (#30468)
* fix bsod * Update tgui.bundle.js * Update tgui.bundle.js
This commit is contained in:
@@ -61,7 +61,7 @@ export const CardComputerJobTransfer = (props: JobTransferProps) => {
|
||||
all_centcom_skins,
|
||||
} = props;
|
||||
|
||||
const depts = [
|
||||
const depts = jobs && [
|
||||
{ name: 'Special', jobs: jobs.top },
|
||||
{ name: 'Engineering', color: dept_colors.engineering, jobs: jobs.engineering },
|
||||
{ name: 'Medical', color: dept_colors.medical, jobs: jobs.medical },
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user