Skip to content

Commit

Permalink
Maybe lints will stop being angry with this (I hope)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblisk234 committed Oct 23, 2024
1 parent 82d9221 commit 6bf5058
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tgui/packages/tgui/interfaces/PaiInterface.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ const PaiBox = (props, context) => {
const { pressure, gases, temperature } = data;
const { hacking, hackprogress, cable, door } = data;
const { code, frequency, minFrequency, maxFrequency, color } = data;
if(!modules_tabs[selectedMainTab]) {
return null;
}
switch(modules_tabs[selectedMainTab].module_name) {
case "directives":
return (
Expand Down Expand Up @@ -406,4 +403,5 @@ const PaiBox = (props, context) => {
);
}
}
};
return null;
};

0 comments on commit 6bf5058

Please sign in to comment.