Skip to content

Commit

Permalink
Fixes 4289
Browse files Browse the repository at this point in the history
  • Loading branch information
realforest2001 committed Aug 30, 2023
1 parent 2b13e65 commit 71d86d6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tgui/packages/tgui/interfaces/WorkingJoe.js
Original file line number Diff line number Diff line change
Expand Up @@ -637,8 +637,14 @@ const MaintManagement = (props, context) => {
};
const AccessRequests = (props, context) => {
const { data, act } = useBackend(context);
const { logged_in, access_text, last_page, current_menu, access_tickets } =
data;
const {
logged_in,
access_text,
access_level,
last_page,
current_menu,
access_tickets,
} = data;

return (
<>
Expand Down

0 comments on commit 71d86d6

Please sign in to comment.