From ca6cc47d971c0cded92b9e641314647be8bcabfb Mon Sep 17 00:00:00 2001 From: forest2001 <41653574+realforest2001@users.noreply.github.com> Date: Fri, 24 May 2024 13:25:26 +0100 Subject: [PATCH] Fix for admin ares flight logs. (#6322) # About the pull request As title, this fixes a bug with the ARES Remote Interface crashing when attempting to view flight records. # Explain why it's good for the game Crash bad. # Changelog :cl: fix: Fixed ARES remote interface UI crash relating to flight logs. /:cl: --- tgui/packages/tgui/interfaces/AresAdmin.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tgui/packages/tgui/interfaces/AresAdmin.jsx b/tgui/packages/tgui/interfaces/AresAdmin.jsx index 0273c0a4ffb7..79a8e83a1f00 100644 --- a/tgui/packages/tgui/interfaces/AresAdmin.jsx +++ b/tgui/packages/tgui/interfaces/AresAdmin.jsx @@ -1367,7 +1367,7 @@ const FlightLogs = (props) => { last_page, current_menu, records_flight, - access_level, + admin_login, } = data; return ( @@ -1446,7 +1446,7 @@ const FlightLogs = (props) => { act('delete_record', { record: record.ref })} />