Skip to content

Commit

Permalink
fix tech log
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Feb 3, 2024
1 parent cd7d174 commit 6c41b6a
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions tgui/packages/tgui/interfaces/AresAdmin.js
Original file line number Diff line number Diff line change
Expand Up @@ -1702,7 +1702,7 @@ const TechLogs = (props) => {
last_page,
current_menu,
records_tech,
access_level,
admin_login,
} = data;

return (
Expand Down Expand Up @@ -1810,8 +1810,14 @@ const TechLogs = (props) => {

const CoreSecGas = (props) => {
const { data, act } = useBackend();
const { logged_in, access_text, last_page, current_menu, security_vents } =
data;
const {
logged_in,
access_text,
last_page,
current_menu,
security_vents,
admin_login,
} = data;

return (
<>
Expand All @@ -1837,6 +1843,8 @@ const CoreSecGas = (props) => {

<h3>
{logged_in}, {access_text}
<br />
Remote Admin: {admin_login}
</h3>

<Button.Confirm
Expand Down

0 comments on commit 6c41b6a

Please sign in to comment.